Przeglądaj źródła

update CI to also run on pull requests

Alexandru Dima 4 lat temu
rodzic
commit
5a4476ee8c
1 zmienionych plików z 1 dodań i 1 usunięć
  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: