Skip to content

Commit c89628e

Browse files
Add paths filter to deploy-gh-pages: only trigger on Angular submodule changes
1 parent 77aaf4f commit c89628e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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)