diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index c46ff1c876..e8ef528805 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -1,9 +1,8 @@ name: V2 Generate license on: - schedule: - # * is a special character in YAML so you have to quote this string - - cron: "0 0 * * *" + push: + branches: [ v2 ] workflow_dispatch: jobs: