Skip to content

Commit

Permalink
Fixing bug in path checking of workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon authored May 15, 2021
1 parent 94abda7 commit 271667b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/domain-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
paths:
- '.github/workflows/domain-sync.yml'
# Only domain folders ending in dots.
- '*./*.yaml'
- '*.domain/*.yaml'
- 'config.yaml'

env:
Expand Down

0 comments on commit 271667b

Please sign in to comment.