summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@google.com>2020-09-09 10:38:48 -0700
committerAndrei Vagin <avagin@google.com>2020-09-09 10:56:11 -0700
commit27897621da066fb7612781ae435d2bb6b7759433 (patch)
tree50cd63f2cf92c730b4f8ad1ff81b71b2f6bfc82e
parentfb281eea75799d662790cdf86ce0d55dc56b7470 (diff)
github: run actions for feature branches
Signed-off-by: Andrei Vagin <avagin@google.com>
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/go.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cf782a580..1e1677ab5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -3,9 +3,11 @@ on:
push:
branches:
- master
+ - feature/**
pull_request:
branches:
- master
+ - feature/**
jobs:
default:
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index b51c22158..99f474a9c 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -3,9 +3,11 @@ on:
push:
branches:
- master
+ - feature/**
pull_request:
branches:
- master
+ - feature/**
jobs:
generate: