Skip to content

Commit

Permalink
Temp workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
luxaritas committed Aug 21, 2024
1 parent 53ca841 commit 81bb462
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/rotate-apple-keys.yml
Original file line number Diff line number Diff line change
@@ -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: {}

Expand Down

0 comments on commit 81bb462

Please sign in to comment.