From a85285849f599f4aedbfdf27aa4088eee16a93d6 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Mon, 25 Sep 2023 13:50:09 +0200 Subject: [PATCH] Update d.yml --- .github/workflows/d.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/d.yml b/.github/workflows/d.yml index 10e81ea..a20a0f0 100644 --- a/.github/workflows/d.yml +++ b/.github/workflows/d.yml @@ -6,9 +6,9 @@ name: D on: push: - branches: [ "master" ] + branches: [ "**" ] pull_request: - branches: [ "master" ] + branches: [ "**" ] permissions: contents: read