Sfoglia il codice sorgente

Enable CI for pull requests

iddev5 3 anni fa
parent
commit
5adde906e9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: