Created
October 20, 2022 18:51
-
-
Save aChase55/def8bc83658cb97c39e939bf894ee21a to your computer and use it in GitHub Desktop.
Tag filters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build-upload | |
on: | |
push: | |
tags: | |
- '[0-9]+.[0-9]+.[0-9]+-[0-9]+-Debug' | |
- '[0-9]+.[0-9]+.[0-9]+-[0-9]+-Release' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment