We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5f6af commit ff74697Copy full SHA for ff74697
1 file changed
.github/workflows/check_release_approvals.yml
@@ -17,7 +17,7 @@ on:
17
jobs:
18
check-approvals:
19
name: Verify Required Approvals
20
- if: startsWith(github.event.pull_request.base.ref, 'release/')
+ if: startsWith(github.event.pull_request.base.ref, 'releases/')
21
runs-on: ubuntu-latest
22
permissions:
23
contents: read
0 commit comments