]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/workflows/test.yml
Limit github actions on PR
[github/Chocobozzz/PeerTube.git] / .github / workflows / test.yml
index 03b925701259f0ed60bb68f79711b3ad6495c797..6edf3bf8c5971e9da65139e1588b5a9db77f778f 100644 (file)
@@ -2,7 +2,11 @@ name: Test Suite
 
 on:
   push:
+    branches:
+      - develop
+      - master
   pull_request:
+    types: [synchronize, opened]
   schedule:
     - cron: '0 3 * * 1-5'