diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 3ce6ebb5021..262a8c3bfc1 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 7638ee7a5ce..78a4656fcde 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 cb871dcb8bb..55c04dc9e51 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 1805a47f1a6..3a167ec3d09 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 35aff3e3bd2..91a0f7ddc50 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 9023179f301..b814697e869 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 ed1aec4db76..c7d219733e3 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)