diff --git a/.github/workflows/update_api_version.yml b/.github/workflows/update_api_version.yml index 256d055..8b0d6a7 100644 --- a/.github/workflows/update_api_version.yml +++ b/.github/workflows/update_api_version.yml @@ -1,8 +1,8 @@ name: update api version on: - pull_request: - branches: ['*'] + push: + branches: ['*', '!main'] jobs: updateapiversion: