Skip to content

Commit

Permalink
Update build-validate.yaml
Browse files Browse the repository at this point in the history
Should now run on all future dev-* branches.
  • Loading branch information
gbakeman authored Dec 12, 2023
1 parent 3df38df commit 1d9fe47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defaults:
on:
workflow_dispatch:
pull_request:
branches: [ main, Dev-2.2 ] # Build for dev primarily, probably don't need main...?
branches: [ main, dev-* ] # Build for dev primarily, probably don't need main...?
paths:
- '**.vb'
- '**.vbproj'
Expand Down

0 comments on commit 1d9fe47

Please sign in to comment.