Skip to content

Commit

Permalink
Merge branch 'beta' into feature/custom-scoreboard-custom-lines
Browse files Browse the repository at this point in the history
  • Loading branch information
j10a1n15 authored Oct 18, 2024
2 parents 889ff15 + 1cfd04c commit 9da567d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: "PR Changelog Verification"

on:
pull_request_target:
types: [ opened, edited ]
types: [ opened, edited, ready_for_review ]

jobs:
verify-changelog:
if: github.event.pull_request.state == 'open' && '511310721' == github.repository_id
if: github.event.pull_request.state == 'open' && '511310721' == github.repository_id && github.event.pull_request.draft == false
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 9da567d

Please sign in to comment.