Browse Source

Fix triggering GitHub action on PR.

Jelmer Vernooij 2 years ago
parent
commit
dd0fadc0d1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/pythontest.yml

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

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