diff --git a/.github/workflows/release-cron.yml b/.github/workflows/release-cron.yml new file mode 100644 index 0000000..81e0b5d --- /dev/null +++ b/.github/workflows/release-cron.yml @@ -0,0 +1,15 @@ +name: Release Cron + +on: + workflow_dispatch: + pull_request: + branches: [ main ] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: test + run: | + echo "to be implemented" + \ No newline at end of file