chore: release after tag push
This commit is contained in:
8
.github/workflows/mobile.build-dev.yml
vendored
8
.github/workflows/mobile.build-dev.yml
vendored
@@ -2,15 +2,12 @@ name: Mobile Build Development
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
paths:
|
||||
- packages/mobile/**
|
||||
tags:
|
||||
- '@standardnotes/mobile@*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
android:
|
||||
if: contains(github.event.head_commit.message, 'chore(release)') == false
|
||||
defaults:
|
||||
run:
|
||||
working-directory: packages/mobile
|
||||
@@ -50,7 +47,6 @@ jobs:
|
||||
name: dev.apk
|
||||
path: android/app/build/outputs/apk/dev/release/app-dev-release.apk
|
||||
ios:
|
||||
if: contains(github.event.head_commit.message, 'chore(release)') == false
|
||||
defaults:
|
||||
run:
|
||||
working-directory: packages/mobile
|
||||
|
||||
Reference in New Issue
Block a user