diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e3e7fe..69584af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,11 +2,10 @@ name: CI # Controls when the action will run. on: - # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ master, develop ] + branches: + - master pull_request: - types: [opened, reopened] jobs: build: