Skip to content

Commit

Permalink
feat(ci): add epic/* release workflow and rename master to trunk (#…
Browse files Browse the repository at this point in the history
…41)

* feat(ci): add epic/* release workflow and rename `master` to `trunk`

* fix: missing stylelint dependency
  • Loading branch information
dkoo authored Feb 1, 2024
1 parent 4c0fcab commit 290e390
Show file tree
Hide file tree
Showing 4 changed files with 1,089 additions and 1,074 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ workflows:
filters:
branches:
only:
- master
- trunk
- newspack/release:
requires:
- newspack/build
Expand All @@ -28,6 +28,7 @@ workflows:
- release
- alpha
- /^hotfix\/.*/
- /^epic\/.*/
- newspack/post-release:
requires:
- newspack/release
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ notifications:

branches:
only:
- master
- trunk

cache:
directories:
Expand Down
Loading

0 comments on commit 290e390

Please sign in to comment.