Sfoglia il codice sorgente

Adjust tag name for triggering repeater builds

Valentin V. Bartenev 3 mesi fa
parent
commit
58258aa673
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/build-repeater-mqtt-firmwares.yml

+ 1 - 1
.github/workflows/build-repeater-mqtt-firmwares.yml

@@ -7,7 +7,7 @@ on:
   workflow_dispatch:
   push:
     tags:
-      - 'repeater-mqtt-eastmesh-*'
+      - 'repeater-mqtt-meshcoretel-*'
 
 jobs: