Paths not enabled by default

This commit is contained in:
Adrian Mato
2022-09-27 21:22:38 -07:00
committed by GitHub
parent 10798e7d81
commit 61aa8be816
+4 -3
View File
@@ -8,9 +8,10 @@ name: Deploy Roadmap to Pages
on:
push:
branches: [main]
paths: # only needed when project in subfolder
- "roadmap-priorities"
- ".github/workflows/deploy-roadmap.yml"
# paths:
# only needed when project in subfolder
# - "subfolder"
# - ".github/workflows/astro.yml"
workflow_dispatch:
permissions: