From 81bb462689191d17a894ef25181beda472e23020 Mon Sep 17 00:00:00 2001 From: Jonathan Romano Date: Tue, 20 Aug 2024 21:53:00 -0400 Subject: [PATCH] Temp workflow trigger --- .github/workflows/rotate-apple-keys.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rotate-apple-keys.yml b/.github/workflows/rotate-apple-keys.yml index ffe6ef6..e6caa3c 100644 --- a/.github/workflows/rotate-apple-keys.yml +++ b/.github/workflows/rotate-apple-keys.yml @@ -1,10 +1,12 @@ name: 'Rotate Apple Keys' on: - workflow_dispatch: {} - schedule: - # We'll run this twice a year - - cron: '00 14 1 2,8 *' + push: + branches: [ci] + workflow_dispatch: {} + schedule: + # We'll run this twice a year + - cron: '00 14 1 2,8 *' permissions: {}