Skip to content

Commit b2491ee

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ workflows:
8080
integration_tests:
8181
when:
8282
or:
83-
- equal: [ master, << pipeline.git.branch >> ]
84-
- equal: [ staging, << pipeline.git.branch >> ]
83+
- equal: [ v4, << pipeline.git.tag >> ]
84+
- equal: [ v5, << pipeline.git.tag >> ]
8585
jobs:
8686
- test
8787
- deploy

0 commit comments

Comments
 (0)