Browse Source

chore: allow tag trigger debug build (#240)

Reviewed-on: https://gitea.angry.im/PeterCxy/OpenEUICC/pulls/240
Co-authored-by: septs <github@septs.pw>
Co-committed-by: septs <github@septs.pw>
septs 3 months ago
parent
commit
3b0e25b8ab
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .forgejo/workflows/build-debug.yml

+ 2 - 0
.forgejo/workflows/build-debug.yml

@@ -2,6 +2,8 @@ on:
   push:
     branches:
       - '*'
+    tags:
+      - '*'
 
 jobs:
   build-debug: