diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 88d7805..815eb21 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,11 +4,7 @@ name: CI # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] +on: [push, pull_request] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: