From 7390a44fd42a4d2bb4a3b7a5d7cd9af6ee385fd6 Mon Sep 17 00:00:00 2001 From: Nerivec <62446222+Nerivec@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:09:27 +0100 Subject: [PATCH] Fix workflow branches --- .github/workflows/ci.yml | 2 +- .github/workflows/concat_cacerts.yml | 2 +- .github/workflows/update_ota_pr.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b64d6bd..adf9300 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: pull_request: types: [opened, synchronize] - branches: [main] + branches: [master] paths: ['src/**', 'tests/**'] workflow_dispatch: diff --git a/.github/workflows/concat_cacerts.yml b/.github/workflows/concat_cacerts.yml index 64f41d9..2618a33 100644 --- a/.github/workflows/concat_cacerts.yml +++ b/.github/workflows/concat_cacerts.yml @@ -1,7 +1,7 @@ name: Concatenate CA certificates on: push: - branches: [main] + branches: [master] paths: ['cacerts/**'] workflow_dispatch: diff --git a/.github/workflows/update_ota_pr.yml b/.github/workflows/update_ota_pr.yml index 8da8769..1230374 100644 --- a/.github/workflows/update_ota_pr.yml +++ b/.github/workflows/update_ota_pr.yml @@ -2,7 +2,7 @@ name: Update OTA PR on: pull_request: types: [opened, synchronize, reopened, edited, closed] - branches: [main] + branches: [master] paths: ['images/**'] permissions: