diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6af351ec..ca18f2c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,8 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the master branch - push: - branches: [ master ] pull_request: + push: branches: [ master ] # Allows you to run this workflow manually from the Actions tab