Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 1224-bug-opening-popo…
Browse files Browse the repository at this point in the history
…ver-with-empty-listbox-causes-typeerror-cannot-read-properties-of-undefined-reading-focus
  • Loading branch information
zernonia committed Aug 20, 2024
2 parents 3cea1ee + f63cd9a commit 1b86ca4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pkg.pr.new.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Publish Approved PR
name: Publish Merged PR
on:
pull_request_review:
types: [submitted]
pull_request:
types: [closed]
paths:
- 'packages/**'

jobs:
approved:
if: github.event.review.state == 'APPROVED'
after_merge:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 1b86ca4

Please sign in to comment.