Explorar o código

run CI on both pushes and pull-requests

so that it was possible to assess the build status for external
     contributors
Artem Yurchenko %!s(int64=2) %!d(string=hai) anos
pai
achega
9599dea418
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      .github/workflows/ci.yml

+ 3 - 1
.github/workflows/ci.yml

@@ -1,4 +1,6 @@
-on: push
+on:
+  push:
+  pull_request:
 jobs:
     build:
         runs-on: ubuntu-latest