Skip to content

Commit

Permalink
Chore: run pr workflow only for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Apr 27, 2021
1 parent 19c468d commit 03e0b08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -140,11 +140,11 @@ workflows:
branches:
only: master
pr:
filters:
branches:
only: /pull\/[0-9]+/
jobs:
- danger-pr
- danger-pr:
filters:
branches:
only: /pull\/[0-9]+/
env-tests:
when: << pipeline.parameters.env-tests >>
jobs:
Expand Down

0 comments on commit 03e0b08

Please sign in to comment.