Skip to content

Commit

Permalink
feat: trigger workflow to rerun on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
Amber-Williams committed Sep 4, 2024
1 parent 669c4b6 commit 4b7620f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/monthly-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4b7620f

Please sign in to comment.