Skip to content

Commit

Permalink
fix: add master to update-node-dist
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv authored Oct 12, 2023
1 parent 4a0ae9e commit eb151b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-node-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
push:
branches:
# implemented since 28, once branched off, add your stable branch here
- main
# - stable28
- main
- master

concurrency:
group: update-node-dist-${{ github.head_ref || github.ref || github.run_id }}
Expand Down

0 comments on commit eb151b7

Please sign in to comment.