summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@google.com>2020-09-09 10:38:48 -0700
committerAndrei Vagin <avagin@gmail.com>2020-09-09 17:53:10 -0700
commitc7d09207e10ddc3d796422edcc6d26531e6106da (patch)
treee391fcfc874cf6bd506ef26a513454b7971bae87
parent031dd3fc2127e65c4187666999c348d3965a1d38 (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: