Skip to content

Commit

Permalink
fix: yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvBarros committed Oct 1, 2023
1 parent 8610c2e commit 7abdaa0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ on:
- main
- 'releases/**'
jobs:
Deploy_iOS:
- name: Deploy iOS
uses: ./deploy_ios.yml
Deploy_android:
- name: Deploy Android
uses: ./deploy_android.yml
deploy_iOS:
uses: .github/workflows/deploy_ios.yml@latest
deploy_android:
uses: .github/workflows/deploy_android.yml@latest

0 comments on commit 7abdaa0

Please sign in to comment.