Explorar o código

Run workflows only on PRs, but not on direct push (e.g. transifex push, or merge commit)

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky %!s(int64=4) %!d(string=hai) anos
pai
achega
fb51298c97

+ 0 - 2
.github/workflows/blueDark.yml

@@ -1,8 +1,6 @@
 name: "Blue color on dark mode"
 
 on:
-    push:
-        branches: [ master, stable-* ]
     pull_request:
         branches: [ master, stable-* ]
 

+ 0 - 2
.github/workflows/blueLight.yml

@@ -1,8 +1,6 @@
 name: "Blue color on light mode"
 
 on:
-    push:
-        branches: [ master, stable-* ]
     pull_request:
         branches: [ master, stable-* ]
 

+ 0 - 2
.github/workflows/detectSnaphost.yml

@@ -1,8 +1,6 @@
 name: "Detect snapshot"
 
 on:
-    push:
-        branches: [ master, stable-* ]
     pull_request:
         branches: [ master, stable-* ]
 

+ 0 - 2
.github/workflows/detekt.yml

@@ -1,8 +1,6 @@
 name: Detekt
 
 on:
-    push:
-        branches: [ master, stable-* ]
     pull_request:
         branches: [ master, stable-* ]
 

+ 0 - 2
.github/workflows/gPlayFlavor.yml

@@ -1,8 +1,6 @@
 name: "Gplay Flavor"
 
 on:
-    push:
-        branches: [ master, stable-* ]
     pull_request:
         branches: [ master, stable-* ]
 

+ 0 - 2
.github/workflows/genericFlavor.yml

@@ -1,8 +1,6 @@
 name: "Generic Flavor"
 
 on:
-    push:
-        branches: [ master, stable-* ]
     pull_request:
         branches: [ master, stable-* ]
 

+ 0 - 2
.github/workflows/gradle-wrapper-validation.yml

@@ -1,8 +1,6 @@
 name: "Validate Gradle Wrapper"
 
 on:
-    push:
-        branches: [ master, stable-* ]
     pull_request:
         branches: [ master, stable-* ]
 

+ 0 - 2
.github/workflows/ktlint.yml

@@ -1,8 +1,6 @@
 name: KtLint
 
 on:
-    push:
-        branches: [ master, stable-* ]
     pull_request:
         branches: [ master, stable-* ]
 

+ 0 - 2
.github/workflows/qa.yml

@@ -1,8 +1,6 @@
 name: "QA"
 
 on:
-    push:
-        branches: [ master, stable-* ]
     pull_request:
         branches: [ master, stable-* ]
 

+ 0 - 2
.github/workflows/whiteDark.yml

@@ -1,8 +1,6 @@
 name: "White color on dark mode"
 
 on:
-    push:
-        branches: [ master, stable-* ]
     pull_request:
         branches: [ master, stable-* ]
 

+ 0 - 2
.github/workflows/whiteLight.yml

@@ -1,8 +1,6 @@
 name: "White color on light mode"
 
 on:
-    push:
-        branches: [ master, stable-* ]
     pull_request:
         branches: [ master, stable-* ]