Use master, stable-* as target for workflow branches
@@ -1,5 +1,7 @@
name: Auto approve
-on: pull_request
+on:
+ pull_request:
+ branches: [ master, stable-* ]
jobs:
auto-approve:
@@ -2,9 +2,9 @@ name: "Blue color on dark mode"
on:
push:
- branches: [ master ]
pull_request:
blueDark:
@@ -2,9 +2,9 @@ name: "Blue color on light mode"
blueLight:
@@ -2,12 +2,12 @@ name: "Detect snapshot"
- detekt:
+ detectSnapshot:
runs-on: ubuntu-latest
steps:
@@ -2,9 +2,9 @@ name: Detekt
detekt:
@@ -2,9 +2,9 @@ name: "Gplay Flavor"
gPlayFlavor:
@@ -2,9 +2,9 @@ name: "Generic Flavor"
genericFlavor:
@@ -2,9 +2,9 @@ name: "Validate Gradle Wrapper"
validation:
@@ -2,9 +2,9 @@ name: KtLint
ktlint:
@@ -2,9 +2,9 @@ name: "QA"
qa:
@@ -2,9 +2,9 @@ name: "White color on dark mode"
whiteDark:
@@ -2,9 +2,9 @@ name: "White color on light mode"
whiteLight: