Skip to content

Commit

Permalink
Trigger check_install workflow when a tag is pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 2, 2023
1 parent 3968acf commit c20b9c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Install
on:
workflow_dispatch:
schedule: [cron: "40 1 * * *"]
push: {tags: ['*']}

permissions: {}

Expand Down

0 comments on commit c20b9c2

Please sign in to comment.