From 9b9cd560602693a91d553991ee2e744d68bd83e4 Mon Sep 17 00:00:00 2001 From: Gaius Date: Fri, 24 Mar 2023 14:05:33 +0800 Subject: [PATCH] chore: format ci action Signed-off-by: Gaius --- .github/workflows/check-size.yml | 4 ++-- .github/workflows/ci.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check-size.yml b/.github/workflows/check-size.yml index fe292f8b8..483f7d5e2 100644 --- a/.github/workflows/check-size.yml +++ b/.github/workflows/check-size.yml @@ -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' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42749873d..d89b8823a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 * * *'