Skip to content

Commit

Permalink
don't do circleci builds for most branches
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-bravo-yahoo committed Oct 22, 2024
1 parent d15de24 commit d2e8c60
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,10 @@ workflows:
jobs:
- fauna-shell-tests:
context: faunadb-drivers
filters:
branches:
# only build the branch "main"
# and branches ending in "-old"
only:
- main
- /^.+-old$/

0 comments on commit d2e8c60

Please sign in to comment.