From bc6eb750e3b25203e51c6d59f762afb2af18bb7a Mon Sep 17 00:00:00 2001 From: v3locide Date: Tue, 11 Mar 2025 07:37:10 +0000 Subject: [PATCH 1/2] Added multi-event trigger --- {github-actions/templates => .github/workflows}/multi-event.yml | 2 ++ 1 file changed, 2 insertions(+) rename {github-actions/templates => .github/workflows}/multi-event.yml (92%) diff --git a/github-actions/templates/multi-event.yml b/.github/workflows/multi-event.yml similarity index 92% rename from github-actions/templates/multi-event.yml rename to .github/workflows/multi-event.yml index a3275be38..a5aade2de 100644 --- a/github-actions/templates/multi-event.yml +++ b/.github/workflows/multi-event.yml @@ -1,3 +1,5 @@ +name: Multi-event Trigger + on: push: branches: From 4abc93a3f752353943d652abb64158a7590c8205 Mon Sep 17 00:00:00 2001 From: v3locide Date: Tue, 11 Mar 2025 07:45:00 +0000 Subject: [PATCH 2/2] updated multi-event trigger --- .github/workflows/custom-action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/custom-action.yml b/.github/workflows/custom-action.yml index 7a87b53f1..a21d9a27e 100644 --- a/.github/workflows/custom-action.yml +++ b/.github/workflows/custom-action.yml @@ -1,4 +1,7 @@ -on: [push] +on: + push: + branches: + - main jobs: my-job: