Skip to content

Commit

Permalink
ci: fix CI not running on new branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Oct 26, 2021
1 parent bebc816 commit 672cdc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: ci
on:
push:
branches:
- master
branches: [ release, alpha, beta, next-major ]
pull_request:
branches:
- '**'
Expand Down

0 comments on commit 672cdc9

Please sign in to comment.