Skip to content

Commit

Permalink
Ignore subdirectories [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbroup authored Sep 13, 2022
1 parent 82e0f89 commit 484cc2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
paths-ignore:
- '*.md'
- '.github/*'
- '.github/**'

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "main"
paths-ignore:
- '*.md'
- '.github/*'
- '.github/**'
jobs:

publish:
Expand Down

0 comments on commit 484cc2f

Please sign in to comment.