chore: format ci action
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
9108e53296
commit
9b9cd56060
|
|
@ -2,9 +2,9 @@ name: Check Size
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, release-* ]
|
||||
branches: [main, release-*]
|
||||
pull_request:
|
||||
branches: [ main, release-* ]
|
||||
branches: [main, release-*]
|
||||
|
||||
env:
|
||||
GO_VERSION: '1.20'
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, release-* ]
|
||||
paths-ignore: [ '**.md', '**.png', '**.jpg', '**.svg', '**/docs/**' ]
|
||||
branches: [main, release-*]
|
||||
paths-ignore: ['**.md', '**.png', '**.jpg', '**.svg', '**/docs/**']
|
||||
pull_request:
|
||||
branches: [ main, release-* ]
|
||||
paths-ignore: [ '**.md', '**.png', '**.jpg', '**.svg', '**/docs/**' ]
|
||||
paths-ignore: ['**.md', '**.png', '**.jpg', '**.svg', '**/docs/**']
|
||||
schedule:
|
||||
- cron: '0 4 * * *'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue