branch: externals/leaf
commit 38336207743fcd9b47594412006de76e367bcaa1
Author: conao3 <[email protected]>
Commit: conao3 <[email protected]>

    Don't run double CI for PR and branch
---
 .github/workflows/test.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 76b7b83..9bbcbcc 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,5 +1,7 @@
 name: Main workflow
-on: [pull_request]
+on:
+  push: {branches: [master]}
+  pull_request: {branches: [master]}
 
 jobs:
   build:

Reply via email to