From 9c5ace404b14524f2b48051c2f5770f6e5782f0e Mon Sep 17 00:00:00 2001 From: Harold Cohen <87488839+haroldcohen@users.noreply.github.com> Date: Thu, 19 Oct 2023 18:27:46 +0200 Subject: [PATCH] ci: modify ci to avoid running validation on exercises base branches (#45) --- .github/workflows/validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 324c680..a99e156 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -3,7 +3,7 @@ on: push: branches: - '*' - - '!*-exercise-*' + - '!exercise-base-*' jobs: lint: runs-on: ubuntu-latest