Skip to content

Commit 81ec1c0

Browse files
Update - check-pr.yml
1 parent 5fcc049 commit 81ec1c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ name: PR Bad Target
88
on:
99
pull_request_target:
1010
types: [opened]
11+
branches:
12+
- 2024-*
1113

1214
jobs:
1315
bad_target:
@@ -17,9 +19,7 @@ jobs:
1719
runs-on: ubuntu-latest
1820

1921
steps:
20-
- name: Close invalid PR
21-
if: ${{ github.event.pull_request.base.ref != '2024-December' }}
22-
uses: superbrothers/[email protected]
22+
- uses: superbrothers/[email protected]
2323
with:
2424
comment: >
2525
Thanks for your contribution!

0 commit comments

Comments
 (0)