diff --git a/.github/workflows/auto-test-package.yml b/.github/workflows/auto-test-package.yml index 4061f2b7..5aa98ed0 100644 --- a/.github/workflows/auto-test-package.yml +++ b/.github/workflows/auto-test-package.yml @@ -3,11 +3,11 @@ name: Run automated tests -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] +on: [push] +# push: +# branches: [ "master" ] +# pull_request: +# branches: [ "master" ] jobs: build: @@ -20,7 +20,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v3 with: