Paths not enabled by default
This commit is contained in:
+4
-3
@@ -8,9 +8,10 @@ name: Deploy Roadmap to Pages
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths: # only needed when project in subfolder
|
# paths:
|
||||||
- "roadmap-priorities"
|
# only needed when project in subfolder
|
||||||
- ".github/workflows/deploy-roadmap.yml"
|
# - "subfolder"
|
||||||
|
# - ".github/workflows/astro.yml"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user