diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 38fca306bf..daeb5197a2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -7,6 +7,7 @@ on: - '[1-9]+.[0-9x]+' push: branches-ignore: + - 'backport/**' - 'dependabot/**' paths: - '**/*.java' diff --git a/.github/workflows/integ-tests-with-security.yml b/.github/workflows/integ-tests-with-security.yml index e7c52f4231..8d55571b91 100644 --- a/.github/workflows/integ-tests-with-security.yml +++ b/.github/workflows/integ-tests-with-security.yml @@ -4,6 +4,7 @@ on: pull_request: push: branches-ignore: + - 'backport/**' - 'dependabot/**' paths: - 'integ-test/**' diff --git a/.github/workflows/sql-test-and-build-workflow.yml b/.github/workflows/sql-test-and-build-workflow.yml index e82cedeb7b..cbc22645fc 100644 --- a/.github/workflows/sql-test-and-build-workflow.yml +++ b/.github/workflows/sql-test-and-build-workflow.yml @@ -4,6 +4,7 @@ on: pull_request: push: branches-ignore: + - 'backport/**' - 'dependabot/**' paths: - '**/*.java'