diff options
author | Andrei Vagin <avagin@google.com> | 2020-09-09 10:38:48 -0700 |
---|---|---|
committer | Andrei Vagin <avagin@google.com> | 2020-09-09 10:56:11 -0700 |
commit | 27897621da066fb7612781ae435d2bb6b7759433 (patch) | |
tree | 50cd63f2cf92c730b4f8ad1ff81b71b2f6bfc82e | |
parent | fb281eea75799d662790cdf86ce0d55dc56b7470 (diff) |
github: run actions for feature branches
Signed-off-by: Andrei Vagin <avagin@google.com>
-rw-r--r-- | .github/workflows/build.yml | 2 | ||||
-rw-r--r-- | .github/workflows/go.yml | 2 |
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: |