mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 12:26:24 +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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize]
|
types: [opened, synchronize]
|
||||||
branches: [main]
|
branches: [master]
|
||||||
paths: ['src/**', 'tests/**']
|
paths: ['src/**', 'tests/**']
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/concat_cacerts.yml
vendored
2
.github/workflows/concat_cacerts.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: Concatenate CA certificates
|
name: Concatenate CA certificates
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [master]
|
||||||
paths: ['cacerts/**']
|
paths: ['cacerts/**']
|
||||||
workflow_dispatch:
|
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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened, edited, closed]
|
types: [opened, synchronize, reopened, edited, closed]
|
||||||
branches: [main]
|
branches: [master]
|
||||||
paths: ['images/**']
|
paths: ['images/**']
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user