diff options
-rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 227e2a811..9c1264380 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,8 @@ name: CI -# Trigger on pull_request or on push to master +# Trigger on all branches, even before a PR is opened. on: push: - branches: - - master - pull_request: jobs: |