added wildcard tag
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
name: Build the flutter version of the RustDesk
|
||||
on: [push]
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
env:
|
||||
CARGO_NDK_VERSION: "3.1.2"
|
||||
|
||||
Reference in New Issue
Block a user