feat: add paths-ignore to ci.yaml and lint.yaml (#631)
Signed-off-by: Gaius <gaius.qi@gmail.com> Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
fc634c9ee3
commit
c3a9d45b55
|
|
@ -3,8 +3,10 @@ name: Go
|
|||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths-ignore: [ '**.md', '**/docs/**' ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths-ignore: [ '**.md', '**/docs/**' ]
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,10 @@ name: Lint
|
|||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths-ignore: [ '**.md', '**/docs/**' ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths-ignore: [ '**.md', '**/docs/**' ]
|
||||
|
||||
env:
|
||||
GO_VERSION: 1.19
|
||||
|
|
|
|||
Loading…
Reference in New Issue