chore: format ci action

Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
Gaius 2023-03-24 14:05:33 +08:00
parent 9108e53296
commit 9b9cd56060
No known key found for this signature in database
GPG Key ID: 8B4E5D1290FA2FFB
2 changed files with 5 additions and 5 deletions

View File

@ -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'

View File

@ -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 * * *'