diff --git a/.github/workflows/monthly-report.yml b/.github/workflows/monthly-report.yml index 39ea9e6..4ef923f 100644 --- a/.github/workflows/monthly-report.yml +++ b/.github/workflows/monthly-report.yml @@ -2,6 +2,9 @@ name: Create Hacker News hiring table on: schedule: - cron: "00 00 2 * *" # runs at on the 2nd of every month + push: + tags: + - "*create-table*" jobs: create-table: