Skip to content

Commit

Permalink
chore: update ci to run on merge
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Aug 20, 2024
1 parent 7c2753c commit f63cd9a
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 f63cd9a

Please sign in to comment.