Skip to content

Commit 574b045

Browse files
committed
Fix pr workflow run on non main branches
1 parent 0f04700 commit 574b045

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: "CI/CD pull request"
55
on:
66
push:
77
branches:
8+
- "**"
89
- "!main"
910
pull_request:
1011
types: [opened, reopened]

0 commit comments

Comments
 (0)