Skip to content

Commit

Permalink
Trigger the CI only for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 6, 2024
1 parent 8875a56 commit c82e5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: CI
on: [push]
on: [pull_request]
env:
macos_ci_setup_token: ${{ secrets.MACOS_CI_SETUP_TOKEN }}
vm_name: sequoia-for-pillarbox
Expand Down

0 comments on commit c82e5cd

Please sign in to comment.