Skip to content

Commit

Permalink
chore: update ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardz committed Aug 21, 2024
1 parent 34ddf9b commit 10bf5fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/workflows/git-flow-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ workflows:
when: << pipeline.parameters.enable-git-flow-based >>
jobs:
- setup:
context: NEXTJS_BOILERPLATE
filters:
branches:
only:
Expand Down
1 change: 1 addition & 0 deletions .circleci/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ workflows:
pull-requests:
jobs:
- setup:
context: NEXTJS_BOILERPLATE
filters:
branches:
ignore:
Expand Down
1 change: 1 addition & 0 deletions .circleci/workflows/trunk-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ workflows:
when: << pipeline.parameters.enable-trunk-based >>
jobs:
- setup:
context: NEXTJS_BOILERPLATE
filters:
branches:
only: main
Expand Down

0 comments on commit 10bf5fb

Please sign in to comment.