Skip to content

Commit aa40254

Browse files
committed
chore: update ci
1 parent dbd4ca6 commit aa40254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
latest-changes:
5151
name: Latest Changes
5252
runs-on: ubuntu-latest
53-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
53+
if: github.event_name == 'pull_request' && github.ref == 'refs/heads/main' && github.event.pull_request.merged == true && github.event_name == 'push'
5454
steps:
5555
- uses: actions/checkout@v4
5656
with:

0 commit comments

Comments
 (0)