We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa0fe8 commit e1fc715Copy full SHA for e1fc715
.github/workflows/github-actions-ci.yml
@@ -1,5 +1,6 @@
1
name: Run CI
2
-on: [push]
+on: [push, pull_request]
3
+
4
jobs:
5
CI:
6
runs-on: macos-latest
0 commit comments