Browse Source

Enable CI for pull requests

iddev5 3 years ago
parent
commit
5adde906e9
1 changed files with 1 additions and 1 deletions
  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: