mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2024-11-24 08:38:27 -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
|
||||
when:
|
||||
not:
|
||||
and:
|
||||
- equal: [ master, <<pipeline.git.branch>> ]
|
||||
equal: [ tsm/circleci-updates, <<pipeline.git.branch>> ]
|
||||
|
||||
build-and-publish-package:
|
||||
when:
|
||||
and:
|
||||
- equal: [ master, << pipeline.git.branch >> ]
|
||||
equal: [ tsm/circleci-updates, << pipeline.git.branch >> ]
|
||||
jobs:
|
||||
- build-and-test:
|
||||
context:
|
||||
|
|
Loading…
Reference in a new issue