summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/build.yml
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 /.github/workflows/build.yml
parentfb281eea75799d662790cdf86ce0d55dc56b7470 (diff)
github: run actions for feature branches
Signed-off-by: Andrei Vagin <avagin@google.com>
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 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: