Fix workflow trigger: change branch from 'main' to 'master'
Some checks failed
Build deb-bootupd Artifacts / build (push) Failing after 1m29s
Simple Build and Upload / build (push) Failing after 1m17s

This commit is contained in:
robojerk 2025-08-10 08:53:50 -07:00
parent f554aceed7
commit 84f42c69c6
2 changed files with 4 additions and 4 deletions

View file

@ -5,9 +5,9 @@ name: Build deb-bootupd Artifacts
on:
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]
workflow_dispatch:
env:

View file

@ -5,9 +5,9 @@ name: Simple Build and Upload
on:
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]
workflow_dispatch:
jobs: