forked from FoundKeyGang/FoundKey
chore: limit CI to PR only
this is a temporary stopgap measure
This commit is contained in:
parent
a74cd802fe
commit
20c0a7c6f4
4 changed files with 0 additions and 9 deletions
|
@ -9,7 +9,6 @@ pipeline:
|
|||
install:
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
image: node:18.6.0
|
||||
commands:
|
||||
|
@ -17,7 +16,6 @@ pipeline:
|
|||
build:
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
image: node:18.6.0
|
||||
commands:
|
||||
|
|
|
@ -9,7 +9,6 @@ pipeline:
|
|||
install:
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
image: node:18.6.0
|
||||
commands:
|
||||
|
@ -17,7 +16,6 @@ pipeline:
|
|||
lint:
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
image: node:18.6.0
|
||||
commands:
|
||||
|
|
|
@ -9,7 +9,6 @@ pipeline:
|
|||
install:
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
image: node:18.6.0
|
||||
commands:
|
||||
|
@ -17,7 +16,6 @@ pipeline:
|
|||
lint:
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
image: node:18.6.0
|
||||
commands:
|
||||
|
|
|
@ -9,7 +9,6 @@ pipeline:
|
|||
build:
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
image: node:18.6.0
|
||||
commands:
|
||||
|
@ -20,7 +19,6 @@ pipeline:
|
|||
mocha:
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
image: node:18.6.0
|
||||
commands:
|
||||
|
@ -28,7 +26,6 @@ pipeline:
|
|||
e2e:
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
image: cypress/included:10.3.0
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue