Skip to content

Commit

Permalink
Merge pull request #16 from yangby-cryptape/ci/more-branches
Browse files Browse the repository at this point in the history
ci: run CI on more branches
  • Loading branch information
Flouse authored Mar 26, 2024
2 parents d4cd243 + 474861a commit 95b985e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI
on:
push:
branches: [ master, develop, release/* ]
branches: [ master, production, develop, release/* ]
pull_request:
branches: [ master, release/* ]
branches: [ master, production, release/* ]
defaults:
run:
shell: bash
Expand Down

0 comments on commit 95b985e

Please sign in to comment.