Fix workflow branches

This commit is contained in:
Nerivec
2024-10-28 22:09:27 +01:00
parent 6b3edc4192
commit 7390a44fd4
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ name: CI
on:
pull_request:
types: [opened, synchronize]
branches: [main]
branches: [master]
paths: ['src/**', 'tests/**']
workflow_dispatch:

View File

@@ -1,7 +1,7 @@
name: Concatenate CA certificates
on:
push:
branches: [main]
branches: [master]
paths: ['cacerts/**']
workflow_dispatch:

View File

@@ -2,7 +2,7 @@ name: Update OTA PR
on:
pull_request:
types: [opened, synchronize, reopened, edited, closed]
branches: [main]
branches: [master]
paths: ['images/**']
permissions: