forked from FediBlock/data
Don't trigger CI on pushes to web*.
This commit is contained in:
parent
14851c30d4
commit
3c32f638da
|
@ -7,6 +7,11 @@ volumes:
|
||||||
host:
|
host:
|
||||||
path: /var/cache/debian-package-cache
|
path: /var/cache/debian-package-cache
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
exclude:
|
||||||
|
- web*
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: jsonlint-php
|
- name: jsonlint-php
|
||||||
image: debian:buster-slim
|
image: debian:buster-slim
|
||||||
|
|
Loading…
Reference in New Issue
Block a user