Skip to content

Commit dea51b2

Browse files
authored
Merge pull request #652 from hackforla/feat/deploy-stage
Deploy-stage: rename github action and exclude paths
2 parents 167be5f + edd79b6 commit dea51b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-dev.yml renamed to .github/workflows/deploy-stage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches:
55
- main
6+
paths-ignore:
7+
- "mkdocs/**"
8+
- "dev/**"
69
workflow_dispatch:
710
jobs:
811
deploy:

0 commit comments

Comments
 (0)