Skip to content

Commit ff74697

Browse files
authored
fix typo (#218)
1 parent dd5f6af commit ff74697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_release_approvals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
check-approvals:
1919
name: Verify Required Approvals
20-
if: startsWith(github.event.pull_request.base.ref, 'release/')
20+
if: startsWith(github.event.pull_request.base.ref, 'releases/')
2121
runs-on: ubuntu-latest
2222
permissions:
2323
contents: read

0 commit comments

Comments
 (0)