Forráskód Böngészése

Fix triggering GitHub action on PR.

Jelmer Vernooij 2 éve
szülő
commit
dd0fadc0d1
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      .github/workflows/pythontest.yml

+ 1 - 0
.github/workflows/pythontest.yml

@@ -2,6 +2,7 @@ name: Python tests
 
 on:
   push:
+  pull_request:
   schedule:
     - cron: "0 6 * * *" # Daily 6AM UTC build