mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Don't run release stage for PR builds
This commit is contained in:
parent
af174c5782
commit
968927511a
1 changed files with 1 additions and 1 deletions
|
@ -38,4 +38,4 @@ jobs:
|
|||
stages:
|
||||
- test
|
||||
- name: release
|
||||
if: branch in (master, develop)
|
||||
if: branch in (master, develop) and type != pull_request
|
||||
|
|
Loading…
Reference in a new issue