Skip to content

Commit

Permalink
- trying forward slash in path filter
Browse files Browse the repository at this point in the history
  • Loading branch information
tcartwright committed Sep 8, 2021
1 parent 30210d9 commit 0f1757f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
with:
filters: |
workflows:
- '.github\workflows\**\*'
- '.github/workflows/**/*'
rules:
- 'SqlServer.Rules\**\*'
- 'SqlServer.Rules/**/*'
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit 0f1757f

Please sign in to comment.