mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-28 22:30:40 -04:00
Merge pull request #1131 from rschamp/no-release-on-pr-builds
Don't run release stage for PR builds
This commit is contained in:
commit
5875476228
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…
Add table
Add a link
Reference in a new issue