diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index 75a9169..02ca54d 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -1,8 +1,12 @@ name: Post welcome comment on: workflow_dispatch: + push: + branches: + [master, dev] pull_request: - types: [opened] + branches: + [master, dev] jobs: build: name: Post welcome comment