From 47486a9ff6d28ee7484b44b3aa4af345a5a56ac7 Mon Sep 17 00:00:00 2001 From: Stu Eggerton Date: Sun, 14 Apr 2024 21:38:50 +1000 Subject: [PATCH] fix answer to question-018 - releases/release inconsistant (#210) --- content/questions/actions/question-018.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/questions/actions/question-018.md b/content/questions/actions/question-018.md index f6a9a8f3..a0e8d9ad 100644 --- a/content/questions/actions/question-018.md +++ b/content/questions/actions/question-018.md @@ -9,8 +9,8 @@ draft: false on: pull_request: branches: - - 'releases/**' - - '!releases/**-alpha' + - 'release/**' + - '!release/**-alpha' ``` > https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#example-including-and-excluding-branches 1. [x] the target branch name starts with `release` but does not end with `-alpha`