Skip to content

Commit f4156f2

Browse files
committed
Update push branch filter to allow all branches in build workflow
1 parent a2251b7 commit f4156f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: '0 2 * * *'
66
push:
77
branches:
8-
- 3.13
8+
- '*'
99
workflow_dispatch:
1010

1111
permissions:

0 commit comments

Comments
 (0)