Skip to content

Commit 6ac64f6

Browse files
🩹 [Patch]: Ensure main branch is specified for push events in Action-Test workflow
1 parent f991494 commit 6ac64f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎.github/workflows/Action-Test.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ run-name: "Action-Test - [${{ github.event.pull_request.title }} #${{ github.eve
44

55
on:
66
push:
7+
branches:
8+
- main
79
workflow_dispatch:
810
pull_request:
911
schedule:

0 commit comments

Comments
 (0)