diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4299ac90..ee61666f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,9 +5,27 @@ permissions: on: push: - branches: [main] + branches: + - main + - 'fix/**' + - 'feat/**' + - 'docs/**' + - 'qa/**' + - 'refactor/**' + - 'perf/**' + - 'chore/**' + - 'ci/**' pull_request: - branches: [main] + branches: + - main + - 'fix/**' + - 'feat/**' + - 'docs/**' + - 'qa/**' + - 'refactor/**' + - 'perf/**' + - 'chore/**' + - 'ci/**' merge_group: branches: [main] diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index fe625e7c..e98eb285 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -2,9 +2,27 @@ name: Code Quality Analysis on: push: - branches: [main] + branches: + - main + - 'fix/**' + - 'feat/**' + - 'docs/**' + - 'qa/**' + - 'refactor/**' + - 'perf/**' + - 'chore/**' + - 'ci/**' pull_request: - branches: [main] + branches: + - main + - 'fix/**' + - 'feat/**' + - 'docs/**' + - 'qa/**' + - 'refactor/**' + - 'perf/**' + - 'chore/**' + - 'ci/**' workflow_dispatch: permissions: