Filter path for CI (#94)

This commit is contained in:
Cyril Chapellier 2023-03-18 21:31:34 +01:00 committed by GitHub
parent 32165241c4
commit 6003669800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'