diff --git a/.github/workflows/release-weekly-build.yml b/.github/workflows/release-weekly-build.yml index 91c8547..bea2b15 100644 --- a/.github/workflows/release-weekly-build.yml +++ b/.github/workflows/release-weekly-build.yml @@ -1,15 +1,15 @@ -# name: Release and Weekly Build -# on: -# schedule: -# - cron: "0 0 * * SUN" -# workflow_dispatch: -# inputs: -# branch: -# description: 'Branch' -# required: true -# default: 'main' -# tag: -# description: 'Release Tag' +name: Release and Weekly Build +on: + #schedule: + # - cron: "0 0 * * SUN" + workflow_dispatch: + inputs: + branch: + description: 'Branch' + required: true + default: 'main' + tag: + description: 'Release Tag' jobs: lint: