Skip to content

Commit

Permalink
Update workflow runner (#137)
Browse files Browse the repository at this point in the history
Update the workflow runner to run on the current neworigins-v6 branch.
Also have it run on any jt-* branches which I use for local feature testing
(I don't necessarily like pushing that last bit into master but I figure
I am likely the only one who cares)
  • Loading branch information
jt-traub authored Oct 5, 2023
1 parent 2092f69 commit b5cef9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- master
- neworigins
- neworigins-v6
- jt-*
workflow_dispatch:
pull_request:

Expand Down

0 comments on commit b5cef9b

Please sign in to comment.