diff --git a/.gitea/workflows/post.yaml b/.gitea/workflows/post.yaml index d1a473e..2c6178f 100644 --- a/.gitea/workflows/post.yaml +++ b/.gitea/workflows/post.yaml @@ -1,14 +1,9 @@ name: Post run-name: ${{ github.actor }} is posting RuleBot on: - push: - branches: - - main - # schedule: - # - cron: '23 */7 * * *' - - - + schedule: + - cron: '23 */7 * * *' + jobs: Publish-Cargo: runs-on: ubuntu-latest