mirror of
https://github.com/mvt-project/mvt.git
synced 2026-02-12 16:42:45 +00:00
Allow workflow to be triggered manually
This commit is contained in:
3
.github/workflows/update-ios-data.yml
vendored
3
.github/workflows/update-ios-data.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: update-ios-releases
|
||||
name: Update iOS releases and version numbers
|
||||
run-name: ${{ github.actor }} is finding the latest iOS release version and build numbers
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# * is a special character in YAML so you have to quote this string
|
||||
- cron: '0 */6 * * *'
|
||||
|
||||
Reference in New Issue
Block a user