diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9d415a93..78c74f28 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,14 @@ +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +permissions: + contents: read + jobs: - run: + run: runs-on: ${{ matrix.operating-system }} strategy: matrix: