Skip to content

Commit

Permalink
ci: fix release workflow to support release branches (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Sep 20, 2022
1 parent 39238c4 commit 4c64ab4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches:
- master
- '**-release'
- next-spec
- next-major-spec

jobs:
release:
Expand Down

0 comments on commit 4c64ab4

Please sign in to comment.