Skip to content

Commit 0f1757f

Browse files
committed
- trying forward slash in path filter
1 parent 30210d9 commit 0f1757f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
with:
4646
filters: |
4747
workflows:
48-
- '.github\workflows\**\*'
48+
- '.github/workflows/**/*'
4949
rules:
50-
- 'SqlServer.Rules\**\*'
50+
- 'SqlServer.Rules/**/*'
5151
5252
- name: Setup .NET Core
5353
uses: actions/setup-dotnet@v1

0 commit comments

Comments
 (0)