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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main, release-* ]
|
branches: [main, release-*]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, release-* ]
|
branches: [main, release-*]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: '1.20'
|
GO_VERSION: '1.20'
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,11 @@ name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main, release-* ]
|
branches: [main, release-*]
|
||||||
paths-ignore: [ '**.md', '**.png', '**.jpg', '**.svg', '**/docs/**' ]
|
paths-ignore: ['**.md', '**.png', '**.jpg', '**.svg', '**/docs/**']
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, release-* ]
|
branches: [ main, release-* ]
|
||||||
paths-ignore: [ '**.md', '**.png', '**.jpg', '**.svg', '**/docs/**' ]
|
paths-ignore: ['**.md', '**.png', '**.jpg', '**.svg', '**/docs/**']
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 4 * * *'
|
- cron: '0 4 * * *'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue