From 79432cef6c870e60fb4d3a796904ca501807f056 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Thu, 4 May 2023 09:46:46 +0200 Subject: [PATCH] Enable CI for `nextgen` branch - Run CI tests for any pull requests being made to the `nextgen` branch --- .github/workflows/d.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/d.yml b/.github/workflows/d.yml index 10e81ea..0bb09f4 100644 --- a/.github/workflows/d.yml +++ b/.github/workflows/d.yml @@ -8,7 +8,7 @@ on: push: branches: [ "master" ] pull_request: - branches: [ "master" ] + branches: [ "master", "nextgen" ] permissions: contents: read