From b530fdcc88d0fd3ca3c6cdadcb7a3d09730d6355 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 28 Mar 2025 17:06:20 +0100 Subject: [PATCH] github/action: on fork, run the CI for all the branches (currently: only main) --- .github/workflows/CICD.yml | 2 +- .github/workflows/CheckScripts.yml | 2 +- .github/workflows/GnuTests.yml | 2 +- .github/workflows/android.yml | 2 +- .github/workflows/code-quality.yml | 2 +- .github/workflows/freebsd.yml | 2 +- .github/workflows/fuzzing.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 3ce6ebb50..262a8c3bf 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -21,7 +21,7 @@ on: tags: - '*' branches: - - main + - '*' permissions: contents: read # to fetch code (actions/checkout) diff --git a/.github/workflows/CheckScripts.yml b/.github/workflows/CheckScripts.yml index 7638ee7a5..78a4656fc 100644 --- a/.github/workflows/CheckScripts.yml +++ b/.github/workflows/CheckScripts.yml @@ -8,7 +8,7 @@ env: on: push: branches: - - main + - '*' paths: - 'util/**/*.sh' pull_request: diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index cb871dcb8..55c04dc9e 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -13,7 +13,7 @@ on: pull_request: push: branches: - - main + - '*' permissions: contents: read diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 1805a47f1..3a167ec3d 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -8,7 +8,7 @@ on: pull_request: push: branches: - - main + - '*' permissions: diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 35aff3e3b..91a0f7ddc 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -7,7 +7,7 @@ on: pull_request: push: branches: - - main + - '*' env: # * style job configuration diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 9023179f3..b814697e8 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -10,7 +10,7 @@ on: pull_request: push: branches: - - main + - '*' permissions: contents: read # to fetch code (actions/checkout) diff --git a/.github/workflows/fuzzing.yml b/.github/workflows/fuzzing.yml index ed1aec4db..c7d219733 100644 --- a/.github/workflows/fuzzing.yml +++ b/.github/workflows/fuzzing.yml @@ -6,7 +6,7 @@ on: pull_request: push: branches: - - main + - '*' permissions: contents: read # to fetch code (actions/checkout)