We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb09cf7 commit bb54bfcCopy full SHA for bb54bfc
.github/workflows/ci.yml
@@ -1,5 +1,8 @@
1
name: CI
2
-on: [push]
+on:
3
+- push
4
+- pull_request
5
+
6
jobs:
7
ci:
8
name: CI - Node ${{ matrix.node-version }}, ${{ matrix.os }}
0 commit comments