diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 6c21b3c7..bf183d6d 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -1,6 +1,7 @@ name: run daily_scrape on: + workflow_dispatch: schedule: - cron: '30 12 * * *' # At 12:30 UTC every day @@ -43,4 +44,4 @@ jobs: uses: ad-m/github-push-action@v0.6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} - branch: main \ No newline at end of file + branch: main