mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2024-11-28 02:25:45 -05:00
Merge pull request #58 from LLK/semantic-release
fix(semantic-release): fix stage and deploy step conditions
This commit is contained in:
commit
f2a8d17c54
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@ jobs:
|
|||
deploy:
|
||||
- provider: script
|
||||
script: npx semantic-release
|
||||
on:
|
||||
branch: develop
|
||||
stages:
|
||||
- test
|
||||
- name: release
|
||||
if: branch = develop
|
||||
if: type != pull_request AND branch = develop
|
||||
|
|
Loading…
Reference in a new issue