Skip to content

Commit 3e2e83f

Browse files
Merge pull request #11 from workcontrolgit/develop
Add paths filter to deploy-gh-pages workflow
2 parents 5285eea + c89628e commit 3e2e83f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- master
7+
paths:
8+
- 'Clients/TalentManagement-Angular-Material'
9+
- '.github/workflows/deploy-gh-pages.yml'
710
workflow_dispatch:
811

912
permissions:

0 commit comments

Comments
 (0)