Update deploy workflow to use 'master' branch and add unit tests for deployment triggers

This commit is contained in:
2026-03-13 11:15:01 +01:00
parent 5a389975b2
commit 33ce61cc8a
2 changed files with 26 additions and 3 deletions

View File

@@ -1,12 +1,12 @@
name: Deploy firmware via FTP (main)
name: Deploy firmware via FTP (master)
on:
push:
branches:
- main
- master
concurrency:
group: deploy-main
group: deploy-master
cancel-in-progress: true
jobs: