1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Don't run build-* stages for PRs against master (#4788)

This commit is contained in:
ento 2020-08-02 03:11:11 -08:00 committed by GitHub
parent 84b6a85293
commit 9898e5e2db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,9 +5,9 @@ node_js:
stages:
- name: test
- name: build-prerelease
if: branch = "master"
if: branch = "master" AND type = push AND fork = false
- name: build-tiddlywiki-com
if: branch = "tiddlywiki-com"
if: branch = "tiddlywiki-com" AND type = push AND fork = false
jobs:
include: