ci/cd: exclude paths for PRs too

This commit is contained in:
ilike2burnthing
2024-05-29 06:02:10 +01:00
committed by GitHub
parent 67ee7664d9
commit f9b8c236ae

View File

@@ -27,6 +27,11 @@ pr:
include:
- master
- test/*
paths:
exclude:
- .github
- README.md
- CONTRIBUTING.md
stages:
- stage: BuildJackett