mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Limit ChipperCI to running on push to master or develop
This commit is contained in:
parent
1f11a8a2c1
commit
1e7986d75b
|
@ -8,6 +8,12 @@ services:
|
|||
- mysql: 5.7
|
||||
- dusk:
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
|
||||
pipeline:
|
||||
- name: Setup
|
||||
cmd: |
|
||||
|
|
Loading…
Reference in a new issue