Remove redundant path-ignore path(s)
This commit is contained in:
parent
c5b4d1caf4
commit
e21f64f7bb
|
@ -21,7 +21,6 @@ on:
|
||||||
- 'src/**/*_android.*'
|
- 'src/**/*_android.*'
|
||||||
- 'src/**/*_mac.*'
|
- 'src/**/*_mac.*'
|
||||||
- 'LICENSE'
|
- 'LICENSE'
|
||||||
- 'README.md'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '.clang-format'
|
- '.clang-format'
|
||||||
|
@ -42,7 +41,6 @@ on:
|
||||||
- 'src/**/*_android.*'
|
- 'src/**/*_android.*'
|
||||||
- 'src/**/*_mac.*'
|
- 'src/**/*_mac.*'
|
||||||
- 'LICENSE'
|
- 'LICENSE'
|
||||||
- 'README.md'
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue