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