Skip to content

Commit

Permalink
Ignore templates dir from Go testing
Browse files Browse the repository at this point in the history
  • Loading branch information
norrland committed Sep 13, 2022
1 parent d542eed commit 4a9265c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths-ignore:
- 'docs/'
- 'templates/'
- 'CHANGELOG.md'
- 'README.md'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
pull_request:
paths-ignore:
- 'docs/'
- 'templates/'
- 'CHANGELOG.md'
- 'README.md'
push:
paths-ignore:
- 'docs/'
- 'templates/'
- 'CHANGELOG.md'
- 'README.md'
# For systems with an upstream API that could drift unexpectedly (like most SaaS systems, etc.),
Expand Down

0 comments on commit 4a9265c

Please sign in to comment.