Browse Source

Update build.yaml

RustDesk 4 years ago
parent
commit
81d65623a3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/build.yaml

+ 2 - 0
.github/workflows/build.yaml

@@ -13,6 +13,8 @@ on:
13
     tags:
13
     tags:
14
       - 'v[0-9]+.[0-9]+.[0-9]+'
14
       - 'v[0-9]+.[0-9]+.[0-9]+'
15
       - '[0-9]+.[0-9]+.[0-9]+'
15
       - '[0-9]+.[0-9]+.[0-9]+'
16
+      - 'v[0-9]+.[0-9]+.[0-9]+-[0-9]+'
17
+      - '[0-9]+.[0-9]+.[0-9]+-[0-9]+'
16
 
18
 
17
 env:
19
 env:
18
   CARGO_TERM_COLOR: always
20
   CARGO_TERM_COLOR: always