From 4b7620f8dcaa7037b0db2e499e5e0a6bb093e493 Mon Sep 17 00:00:00 2001 From: Amber Williams Date: Wed, 4 Sep 2024 13:29:56 +0100 Subject: [PATCH] feat: trigger workflow to rerun on tag push --- .github/workflows/monthly-report.yml | 3 +++ 1 file changed, 3 insertions(+) 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: