Skip to content

Commit ba5fe70

Browse files
update yml
1 parent d95f25d commit ba5fe70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
echo "$GITHUB_CONTEXT"
7373
home/runner/ci-helper-tools/trigger-script-with-status-update.sh
7474
build:
75-
uses: optimizely/android-sdk/.github/workflows/build.yml@muzahid/remove-travis
75+
uses: optimizely/android-sdk/.github/workflows/build.yml@master
7676
with:
7777
action: build
7878
test:
@@ -135,7 +135,7 @@ jobs:
135135
script: ./gradlew testAllModules
136136
publish:
137137
if: startsWith(github.ref, 'refs/tags/')
138-
uses: optimizely/android-sdk/.github/workflows/build.yml@muzahid/remove-travis
138+
uses: optimizely/android-sdk/.github/workflows/build.yml@master
139139
with:
140140
action: ship
141141
github_tag: ${GITHUB_REF#refs/*/}
@@ -147,7 +147,7 @@ jobs:
147147

148148
snapshot:
149149
if: ${{ github.event.inputs.SNAPSHOT == 'true' && github.event_name == 'workflow_dispatch' }}
150-
uses: optimizely/android-sdk/.github/workflows/build.yml@muzahid/remove-travis
150+
uses: optimizely/android-sdk/.github/workflows/build.yml@master
151151
with:
152152
action: ship
153153
github_tag: BB-SNAPSHOT

0 commit comments

Comments
 (0)