Skip to content

Commit 3445327

Browse files
so that we can deploy except when the files in root are changed and use a valid deployment file.
1 parent e0f93e9 commit 3445327

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)