diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a08b564..83c8990 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,9 +6,9 @@ name: CI # events but only for the master branch on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] repository_dispatch: events: [ release_event ]