Skip to content

Commit

Permalink
disable build on task branch; ready for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
artemcheremnov committed Dec 13, 2023
1 parent 7db4852 commit fc23786
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/android-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- main
- staging
- dev
- VL-6481
env:
PACKAGE_TYPE: "aar"
GRADLE_VERSION: "7.5"
Expand Down Expand Up @@ -60,7 +59,7 @@ jobs:
run: ls -al ${{ env.ARTIFACT_PATH}}/${{ env.PACKAGE_TYPE }}/
# Publish Main/Staging
- name: Publish Main/Staging
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/staging' || github.ref == 'refs/heads/VL-6481' }}
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/staging' }}
run: ./gradlew publish${{ env.RELEASE_TAG }}
env:
RELEASE_TAG: ${{ github.ref == 'refs/heads/main' && format('{0}', 'Release' ) || 'Rc' }}
Expand Down

0 comments on commit fc23786

Please sign in to comment.