Skip to content

Commit 0b4ac32

Browse files
committed
guard build to push on main
1 parent 7900727 commit 0b4ac32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/android-apk-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
6363
- name: Create Release
6464
id: create_release
65+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
6566
uses: actions/create-release@v1
6667
env:
6768
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)