We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca4515 commit e8bab04Copy full SHA for e8bab04
.github/workflows/test.yml
@@ -1,7 +1,8 @@
1
name: Tests
2
3
on:
4
- push:
+ pull_request:
5
+ types: [opened, synchronize] # Don't rerun on `edited` to save time
6
7
jobs:
8
unit-test:
0 commit comments