浏览代码

run CI on both pushes and pull-requests

so that it was possible to assess the build status for external
     contributors
Artem Yurchenko 2 年之前
父节点
当前提交
9599dea418
共有 1 个文件被更改,包括 3 次插入1 次删除
  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