Skip to content

Commit

Permalink
prettierx ci: add @prettier-x/* to to branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Jun 27, 2021
1 parent fe9b28c commit cf25e85
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dev-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
push:
branches:
# [prettierx ...]
# - master
# - patch-release
- "@prettier-x/*"
- dev
- dev-*
- prettierx-*
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
push:
branches:
# [prettierx ...]
# - master
# - patch-release
- "@prettier-x/*"
- dev
- dev-*
- prettierx-*
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prettierx-npm-dev-test-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: npm clean dev test
on:
push:
branches:
- "@prettier-x/*"
- dev
- dev-*
- prettierx-*
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/prod-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
push:
branches:
# [prettierx ...]
# - master
# - patch-release
- "@prettier-x/*"
- dev
- dev-*
- prettierx-*
Expand Down

0 comments on commit cf25e85

Please sign in to comment.