mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 10:58:33 +00:00
Fix workflow branches
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -2,7 +2,7 @@ name: CI
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
branches: [main]
|
||||
branches: [master]
|
||||
paths: ['src/**', 'tests/**']
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
2
.github/workflows/concat_cacerts.yml
vendored
2
.github/workflows/concat_cacerts.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Concatenate CA certificates
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [master]
|
||||
paths: ['cacerts/**']
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
2
.github/workflows/update_ota_pr.yml
vendored
2
.github/workflows/update_ota_pr.yml
vendored
@@ -2,7 +2,7 @@ name: Update OTA PR
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, edited, closed]
|
||||
branches: [main]
|
||||
branches: [master]
|
||||
paths: ['images/**']
|
||||
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user