Skip to content

Commit e406c22

Browse files
author
markvdouw
authored
Changes to workflow (#98)
1 parent d05e200 commit e406c22

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ on: pull_request
33
jobs:
44
pr-check:
55
name: "Pull Request Check"
6-
uses: mParticle/mparticle-workflows/.github/workflows/android-kit-pull-request.yml@main
6+
uses: mParticle/mparticle-workflows/.github/workflows/android-kit-pull-request.yml@main
7+
with:
8+
branch_name: ${{ github.head_ref }}

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ jobs:
88
push-check:
99
name: "Push Check"
1010
uses: mParticle/mparticle-workflows/.github/workflows/android-kit-push.yml@main
11+
with:
12+
branch_name: ${{ github.head_ref }}

0 commit comments

Comments
 (0)