Skip to content

Commit

Permalink
Don't run PR pipeline on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrocaselani committed Apr 30, 2019
1 parent 16da3e6 commit 2f99468
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ workflows:
version: 2
build-test-deploy:
jobs:
- build-and-test
- build-and-test:
filters:
branches:
ignore: master
- beta-release:
filters:
branches:
Expand Down

0 comments on commit 2f99468

Please sign in to comment.