Skip to content

Commit a7a3d71

Browse files
authored
Update config.yml
1 parent 5737322 commit a7a3d71

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,13 @@ workflows:
7878
workflow_name: my_build
7979
name: my_build
8080
integration_tests:
81-
when: << pipeline.git.tag >>
82-
jobs:
83-
- test
84-
- deploy
81+
when:
82+
or:
83+
- equal: [ master, << pipeline.git.branch >> ]
84+
- equal: [ staging, << pipeline.git.branch >> ]
85+
jobs:
86+
- test
87+
- deploy
8588

8689

8790

0 commit comments

Comments
 (0)