Restrict script to version-tagged commits only
This commit is contained in:
parent
e3e82a546e
commit
ceaf617edc
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
build_android:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue