From 6345ecc5b5fbd86c2731ca841eb80fef17f4373f Mon Sep 17 00:00:00 2001 From: "gardito.lukman@gmail.com" Date: Thu, 18 Jul 2024 11:20:43 +0700 Subject: [PATCH] add push branch main event --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) 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]