Skip to content

Commit 507005d

Browse files
authored
Tooling: Pull request triggers support slashes in branch names (#593)
1 parent 573f3cc commit 507005d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333
type: string
3434
pull_request:
3535
branches:
36-
- "*"
36+
- "**"
3737
push:
3838
branches:
3939
- "main"

0 commit comments

Comments
 (0)