Skip to content

Commit

Permalink
add 0.21 to publish branches
Browse files Browse the repository at this point in the history
  • Loading branch information
samualtnorman committed Dec 30, 2024
1 parent 3b29777 commit 979c2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Publish
on: { push: { branches: [ main, "0.20" ] }, release: { types: [ created ] } }
on: { push: { branches: [ main, "0.20", "0.21" ] }, release: { types: [ created ] } }

jobs:
publish:
Expand Down

0 comments on commit 979c2a3

Please sign in to comment.