Trigger check_install workflow when a tag is pushed

This commit is contained in:
David Tolnay 2023-10-02 11:25:00 -04:00
parent babc137669
commit c342b03222
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -3,6 +3,7 @@ name: Install
on:
workflow_dispatch:
schedule: [cron: "40 1 * * *"]
push: {tags: ['*']}
permissions: {}