diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1488dc2..2cc4bd8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,14 +2,14 @@ name: Tests on: push: - branches: [ "master" ] + branches: [ "**" ] pull_request: branches: [ "master" ] jobs: run-scripts: name: Run scripts - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4