Skip to content

Commit

Permalink
ci(github): run jobs on master, alpha, beta, and next branch
Browse files Browse the repository at this point in the history
  • Loading branch information
blephy committed May 8, 2022
1 parent 1e8981d commit f93bebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci

on:
push:
branches: [master]
branches: [master, alpha, beta, next]
pull_request:
types: [opened, synchronize, reopened]

Expand Down

0 comments on commit f93bebc

Please sign in to comment.