@cryptotaxi247 / kubo / commits / df92aca58

fix: run CI checks on PRs (#41)

Marcin Rataj committed Jul 28, 2020 at 16:16 UTC df92aca58c25bc38db669ead8a83204c00c887fc
1 file changed +1 -2
.github/workflows/build.yml
+1 -2
@@ -1,6 +1,5 @@
1 name: Build
2 -on:
3 - push:
2 +on: [push, pull_request]
3
4 jobs:
5 no-uncommitted-changes: