Skip to content

Commit

Permalink
Modify CI config to run deploy only on master
Browse files Browse the repository at this point in the history
  • Loading branch information
bartacc committed Nov 20, 2024
1 parent 8d068eb commit 2a3240e
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,11 @@ workflows:
version: 2
build:
jobs:
- deploy
# jobs:
# - run_tests
# - deploy:
# requires:
# - run_tests
# filters:
# branches:
# only:
# - master
- run_tests
- deploy:
requires:
- run_tests
filters:
branches:
only:
- master

0 comments on commit 2a3240e

Please sign in to comment.