diff --git a/.github/workflows/update-ios-data.yml b/.github/workflows/update-ios-data.yml index d3c411a..1da39b6 100644 --- a/.github/workflows/update-ios-data.yml +++ b/.github/workflows/update-ios-data.yml @@ -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 * * *'