We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2450f0 commit ec3b026Copy full SHA for ec3b026
.github/workflows/build-and-test.yml
@@ -1,6 +1,8 @@
1
name: Build & Test
2
3
-on: push
+on:
4
+ push:
5
+ pull_request:
6
7
jobs:
8
build-and-test:
0 commit comments