Skip to content

Commit

Permalink
ci: publish from next, beta and *.x branches
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Feb 2, 2020
1 parent 617a4ec commit 2dfdd4d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -2,7 +2,10 @@ name: Release
on:
push:
branches:
- v1.x
- master
- next
- beta
- "*.x"

jobs:
release:
Expand Down

0 comments on commit 2dfdd4d

Please sign in to comment.