Update deploy workflow to use 'master' branch and add unit tests for deployment triggers
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user