Skip to content

Commit

Permalink
manually kick off
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeskydev committed Feb 11, 2024
1 parent da6c289 commit 8bda72e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/generate_certs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: Generate iOS Certs

on:
workflow_run:
workflows: ['iOS One-Time Setup']
types:
- completed
workflow_dispatch:
push:
branches:
- "feature/fastlane"

# on:
# workflow_run:
# workflows: ['iOS One-Time Setup']
# types:
# - completed
# workflow_dispatch:

jobs:
generate_certs:
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ GEM
xcpretty (~> 0.2, >= 0.0.7)

PLATFORMS
x64-mingw-ucrt
x86_64-linux
x86_64-darwin-20

DEPENDENCIES
fastlane
Expand Down

0 comments on commit 8bda72e

Please sign in to comment.