Skip to content

Commit 64a90a4

Browse files
committed
Update workflow triggers to include v3.8 branch pattern
1 parent 00ef078 commit 64a90a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ on:
1515
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g., for dependabot pull requests)
1616
push:
1717
branches:
18-
- 'master'
19-
- 'next'
18+
- 'v3.8/*'
2019
paths-ignore:
2120
- '.idea/**'
2221
- '.run/**'

0 commit comments

Comments
 (0)