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 97b524351..4f8edea30 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)