mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2024-11-28 02:25:45 -05:00
Test new logic
This commit is contained in:
parent
fe8ee9322e
commit
8daab1b6e9
1 changed files with 2 additions and 4 deletions
|
@ -55,13 +55,11 @@ workflows:
|
||||||
- slack-notifications
|
- slack-notifications
|
||||||
when:
|
when:
|
||||||
not:
|
not:
|
||||||
and:
|
equal: [ tsm/circleci-updates, <<pipeline.git.branch>> ]
|
||||||
- equal: [ master, <<pipeline.git.branch>> ]
|
|
||||||
|
|
||||||
build-and-publish-package:
|
build-and-publish-package:
|
||||||
when:
|
when:
|
||||||
and:
|
equal: [ tsm/circleci-updates, << pipeline.git.branch >> ]
|
||||||
- equal: [ master, << pipeline.git.branch >> ]
|
|
||||||
jobs:
|
jobs:
|
||||||
- build-and-test:
|
- build-and-test:
|
||||||
context:
|
context:
|
||||||
|
|
Loading…
Reference in a new issue