mirror of
https://github.com/tchapi/davis.git
synced 2025-04-21 21:11:59 +02:00
Filter path for CI (#94)
This commit is contained in:
parent
32165241c4
commit
6003669800
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -1,6 +1,12 @@
|
||||
name: CI
|
||||
|
||||
on: ["push", "pull_request"]
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docker/**'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docker/**'
|
||||
|
||||
env:
|
||||
COMPOSER_ALLOW_SUPERUSER: '1'
|
||||
|
Loading…
x
Reference in New Issue
Block a user