Skip to content

Commit

Permalink
Adapt the workflows to run against 1.0.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Mar 18, 2024
1 parent d67d09c commit eedb72e
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
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches: # For branches, better to list them explicitly than regexp include
- main
- 0.1.x
- 1.0.x
- 0.2.x
permissions: read-all
jobs:
Expand Down

0 comments on commit eedb72e

Please sign in to comment.