瀏覽代碼

update CI to also run on pull requests

Alexandru Dima 4 年之前
父節點
當前提交
5a4476ee8c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/ci.yml

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

@@ -1,6 +1,6 @@
 name: CI
 
-on: push
+on: [push, pull_request]
 
 jobs:
   ci: