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: 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: