Skip to content

Commit f47c6ac

Browse files
committed
ci: enable on all PR target branches
1 parent fc78c4c commit f47c6ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
merge_group:
88
pull_request:
99
branches:
10-
- "*"
10+
- "**"
1111
push:
1212
branches:
1313
- main

ci/actions-templates/gen-workflows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
merge_group:
1818
pull_request:
1919
branches:
20-
- "*"
20+
- "**"
2121
push:
2222
branches:
2323
- main

0 commit comments

Comments
 (0)