mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 21:07:37 +03:00
Trigger check_install workflow when a tag is pushed
This commit is contained in:
parent
babc137669
commit
c342b03222
1 changed files with 1 additions and 0 deletions
1
.github/workflows/install.yml
vendored
1
.github/workflows/install.yml
vendored
|
@ -3,6 +3,7 @@ name: Install
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule: [cron: "40 1 * * *"]
|
||||
push: {tags: ['*']}
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue