Skip to content

Commit e0f93e9

Browse files
so that we can deploy except when the files in root are changed
1 parent 35a4118 commit e0f93e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-preview-module.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
- .github/**
99
- images/**
1010
- tests/**
11-
- *.md
12-
- *.ps1
13-
- *.yml
11+
- **.md
12+
- **.ps1
13+
- **.yml
1414
tags:
1515
- '**'
1616
- '!*preview*'

0 commit comments

Comments
 (0)