mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2025-08-28 22:09:00 -04:00
Correct branch filtering
This commit is contained in:
parent
6007f14def
commit
fe8ee9322e
1 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ jobs:
|
|||
<<: *deploy
|
||||
|
||||
workflows:
|
||||
build-and-test-api:
|
||||
build-and-test-analysis:
|
||||
jobs:
|
||||
- build-and-test:
|
||||
context:
|
||||
|
@ -56,12 +56,12 @@ workflows:
|
|||
when:
|
||||
not:
|
||||
and:
|
||||
- equal: [ tsm/circleci-updates, <<pipeline.git.branch>> ]
|
||||
- equal: [ master, <<pipeline.git.branch>> ]
|
||||
|
||||
build-and-publish-package:
|
||||
when:
|
||||
and:
|
||||
- equal: [ tsm/circleci-updates, << pipeline.git.branch >> ]
|
||||
- equal: [ master, << pipeline.git.branch >> ]
|
||||
jobs:
|
||||
- build-and-test:
|
||||
context:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue