Skip to content

Commit e4ad81d

Browse files
authored
Add 'v261' branch to build workflow triggers
1 parent d4e871c commit e4ad81d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Build
1616
on:
1717
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g., for dependabot pull requests)
1818
push:
19-
branches: [ main ]
19+
branches: [ main, v261 ]
2020
# Trigger the workflow on any pull request
2121
pull_request:
2222

0 commit comments

Comments
 (0)