We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd4ca6 commit aa40254Copy full SHA for aa40254
1 file changed
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
latest-changes:
51
name: Latest Changes
52
runs-on: ubuntu-latest
53
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+ if: github.event_name == 'pull_request' && github.ref == 'refs/heads/main' && github.event.pull_request.merged == true && github.event_name == 'push'
54
steps:
55
- uses: actions/checkout@v4
56
with:
0 commit comments