on PR to staging branch
This commit is contained in:
parent
05581d7f77
commit
cf573bed27
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
|
@ -1,6 +1,11 @@
|
||||||
name: Squiggle packages check
|
name: Squiggle packages check
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push: # Delete this line if there becomes a scarcity of build minutes.
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- staging
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user