diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 94e7ab18..b8a4be24 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,12 +1,16 @@ name: Tests on: - # if pushed directly to the master + # if pushed directly push: branches: - master + - release/* # on a pull request pull_request: + branches: + - master + - release/* jobs: unit-test: