Skip to content

Commit 6c5f2ea

Browse files
committed
Update run-build workflow to target all branches and prs to main
1 parent 280e316 commit 6c5f2ea

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/run-build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
name: Run 2.x build
1+
name: Run build
22
on:
33
push:
44
branches:
5-
- '2.x'
6-
- '2.x-**'
5+
- '**'
76
pull_request:
87
branches:
9-
- '2.x'
8+
- 'main'
109

1110
jobs:
1211
build:

0 commit comments

Comments
 (0)