From 253b4f031a4278a9af8958eb7f4d902977b85504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donncha=20=C3=93=20Cearbhaill?= Date: Sun, 21 May 2023 16:42:54 +0100 Subject: [PATCH] Allow workflow to be triggered manually --- .github/workflows/update-ios-data.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 * * *'