diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ddf7082..84478aa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,9 @@ name: Receive repository dispatch event on: + push: + branches: + - main # Listen to a repository dispatch event by the name of `dispatch-event` repository_dispatch: types: [dispatch-event]