Skip to content

Commit

Permalink
fix: add missing branches to action release (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed May 30, 2020
1 parent 2aec895 commit 62c2f3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
branches:
- master
- next
- next-major
- next-minor
- alpha
- beta

jobs:
release:
Expand Down

0 comments on commit 62c2f3c

Please sign in to comment.