Limit ChipperCI to running on push to master or develop

This commit is contained in:
Marcus Moore 2023-05-09 16:39:56 -07:00
parent 1f11a8a2c1
commit 1e7986d75b
No known key found for this signature in database

View file

@ -8,6 +8,12 @@ services:
- mysql: 5.7
- dusk:
on:
push:
branches:
- master
- develop
pipeline:
- name: Setup
cmd: |