Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-e committed Mar 11, 2024
1 parent ea59e56 commit af06825
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ios_emerge_upload_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
working-directory: ./ios

steps:
- name: Print Pull Request Action
run: echo "The action that triggered this workflow is ${{ github.event.action }}"

- name: Checkout
uses: actions/checkout@v2

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ios_emerge_upload_snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
working-directory: ./ios

steps:
- name: Print Pull Request Action
run: echo "The action that triggered this workflow is ${{ github.event.action }}"

- name: Checkout
uses: actions/checkout@v2

Expand Down

0 comments on commit af06825

Please sign in to comment.