Skip to content

Commit

Permalink
Workflow changes (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
markvdouw authored Aug 22, 2023
1 parent 8498caa commit 7cf3893
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ on: pull_request
jobs:
pr-check:
name: "Pull Request Check"
uses: mParticle/mparticle-workflows/.github/workflows/android-kit-pull-request.yml@main
uses: mParticle/mparticle-workflows/.github/workflows/android-kit-pull-request.yml@main
with:
branch_name: ${{ github.head_ref }}
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ jobs:
push-check:
name: "Push Check"
uses: mParticle/mparticle-workflows/.github/workflows/android-kit-push.yml@main
with:
branch_name: ${{ github.head_ref }}

0 comments on commit 7cf3893

Please sign in to comment.