Przeglądaj źródła

Enable CI for pull requests

iddev5 3 lat temu
rodzic
commit
5adde906e9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/artifact.yml

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

@@ -1,5 +1,5 @@
 name: Artifacts
-on: [push]
+on: [push, pull_request]
 jobs:
   test:
     strategy: