diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 56d7d5ee1..fbb4533f6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,10 +1,10 @@ +name: Continuous integration + on: push: - branches: - - staging - - trying - -name: Continuous integration + branches: [ master ] + pull_request: + branches: [ master ] jobs: ci: