Skip to content

Commit d95f25d

Browse files
update yml
1 parent 34c9da2 commit d95f25d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -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@master
138+
uses: optimizely/android-sdk/.github/workflows/build.yml@muzahid/remove-travis
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@master
150+
uses: optimizely/android-sdk/.github/workflows/build.yml@muzahid/remove-travis
151151
with:
152152
action: ship
153153
github_tag: BB-SNAPSHOT

0 commit comments

Comments
 (0)