Skip to content

Commit

Permalink
fix answer to question-018 - releases/release inconsistant (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitstua authored Apr 14, 2024
1 parent 22d8f6d commit 47486a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/questions/actions/question-018.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 47486a9

Please sign in to comment.