Fix workflow trigger: change branch from 'main' to 'master'
This commit is contained in:
parent
f554aceed7
commit
84f42c69c6
2 changed files with 4 additions and 4 deletions
|
|
@ -5,9 +5,9 @@ name: Build deb-bootupd Artifacts
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ master ]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ name: Simple Build and Upload
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ master ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue