Skip to content

Commit

Permalink
add on push trigger for unit test and build test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
atierian committed Jul 14, 2023
1 parent 84243fd commit e925c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_amplify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build Test Amplify
on:
workflow_dispatch:
workflow_call:
push:

env:
DESTINATION: 'platform=iOS Simulator,name=iPhone 13,OS=latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Unit Test | Amplify
on:
workflow_dispatch:
workflow_call:
push:

permissions:
contents: read
Expand Down

0 comments on commit e925c93

Please sign in to comment.