diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e09c9ba..a698840 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: build: name: Build - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3