Kaynağa Gözat

update CI to also run on pull requests

Alexandru Dima 4 yıl önce
ebeveyn
işleme
5a4476ee8c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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: