added wildcard tag

This commit is contained in:
2023-09-24 13:23:35 -05:00
parent 438acf0f10
commit 9e7e88bd8a

View File

@@ -1,5 +1,9 @@
name: Build the flutter version of the RustDesk
on: [push]
on:
push:
tags:
- '*'
env:
CARGO_NDK_VERSION: "3.1.2"