Skip to content

Commit

Permalink
[build] Include 3.5.x in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Mar 19, 2024
1 parent 72a2729 commit 6bd5133
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,8 +3,8 @@ on:
push:
branches: # For branches, better to list them explicitly than regexp include
- main
- 3.5.x
- 3.4.x
- 3.3.x
permissions: read-all
jobs:
# General job notes: we DON'T want to cancel any previous runs, especially in the case of a "back to snapshots" build right after a release push
Expand Down

0 comments on commit 6bd5133

Please sign in to comment.