mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05:00
👷 Fix ignore syntax
This commit is contained in:
parent
9729802149
commit
d7942c68b0
6
.github/workflows/golangci-lint.yml
vendored
6
.github/workflows/golangci-lint.yml
vendored
@ -9,9 +9,9 @@ on:
|
||||
- 'LICENSE'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
- '*.toml'
|
||||
- '*.desktop'
|
||||
- '**.md'
|
||||
- '**.toml'
|
||||
- '**.desktop'
|
||||
- 'LICENSE'
|
||||
|
||||
jobs:
|
||||
|
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -9,9 +9,9 @@ on:
|
||||
- 'LICENSE'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
- '*.toml'
|
||||
- '*.desktop'
|
||||
- '**.md'
|
||||
- '**.toml'
|
||||
- '**.desktop'
|
||||
- 'LICENSE'
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user