From d862998ffc08e463505a789af6817421a16cff11 Mon Sep 17 00:00:00 2001 From: Andrew <56427313+AndrewEhlo@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:48:14 +0500 Subject: [PATCH] Update welcome.yml --- .github/workflows/welcome.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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