From c9bcf39c815311d3598b46b341cef9cdef5746fa Mon Sep 17 00:00:00 2001 From: Walid Kayhal <3347810+waliid@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:46:59 +0100 Subject: [PATCH 1/2] Avoid running the release workflow when it is not appropriate --- .github/workflows/releases.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 5eaa2b81a..c99d69428 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -3,7 +3,6 @@ name: Releases on: # yamllint disable-line rule:truthy push: - branches: main tags: '*' jobs: From 66b06ad6756b68c48ff783e6d59e277fdbaff001 Mon Sep 17 00:00:00 2001 From: Walid Kayhal <3347810+waliid@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:47:42 +0100 Subject: [PATCH 2/2] Fix quality --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c400c0093..0144ef678 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -1,7 +1,7 @@ --- name: Pull Request -on: # yamllint disable-line rule:truthy +on: # yamllint disable-line rule:truthy merge_group: pull_request: