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`