mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2024-11-24 08:38:27 -05:00
Quick test
This commit is contained in:
parent
db4d830d9e
commit
6007f14def
1 changed files with 4 additions and 4 deletions
|
@ -55,13 +55,13 @@ workflows:
|
|||
- slack-notifications
|
||||
when:
|
||||
not:
|
||||
or:
|
||||
- equal: [ master, <<pipeline.git.branch>> ]
|
||||
and:
|
||||
- equal: [ tsm/circleci-updates, <<pipeline.git.branch>> ]
|
||||
|
||||
build-and-publish-package:
|
||||
when:
|
||||
or:
|
||||
- equal: [ master, << pipeline.git.branch >> ]
|
||||
and:
|
||||
- equal: [ tsm/circleci-updates, << pipeline.git.branch >> ]
|
||||
jobs:
|
||||
- build-and-test:
|
||||
context:
|
||||
|
|
Loading…
Reference in a new issue