We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc477b commit fbd2592Copy full SHA for fbd2592
.github/workflows/ci.yml
@@ -1,5 +1,5 @@
1
name: CI
2
-on: [push]
+on: [push, pull_request]
3
jobs:
4
ci:
5
name: CI - Node ${{ matrix.node-version }}, ${{ matrix.os }}
0 commit comments