Skip to content

Commit

Permalink
chore: Move filters upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Jan 17, 2025
1 parent 6ebfc3b commit cd1a64f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ workflows:

publish:
jobs:
- build-book
- build-book:
filters:
branches:
only: main
- publish-book:
requires:
- build-book
context:
- circleci-repo-specs
filters:
branches:
only: main

0 comments on commit cd1a64f

Please sign in to comment.