diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55c9ed36..8a9f81ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,9 @@ name: CI on: push: - branches: [staging, trying] + branches: [master] pull_request: branches: [master] - types: [opened, reopened, synchronize] jobs: test: name: Tests