Skip to content

Commit 6e55687

Browse files
authored
Update build.yml to include 'dev/*' branches in pull_request event (#504)
1 parent 8f0c095 commit 6e55687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
push:
1111
branches: [ main, 'rel/*' ]
1212
pull_request:
13-
branches: [ main ]
13+
branches: [ main, 'dev/*' ]
1414

1515
# Allows you to run this workflow manually from the Actions tab
1616
workflow_dispatch:

0 commit comments

Comments
 (0)