diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-09-09 14:48:55 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-09 14:48:55 -0700 |
commit | aead623d934eeae88af4d66fc877e21a84770814 (patch) | |
tree | 10087b891e419158566c622980c08b87c182606d | |
parent | f3172c3a11dda8aa21bbaf51b7f63196592cf1da (diff) | |
parent | 27897621da066fb7612781ae435d2bb6b7759433 (diff) |
Merge pull request #3880 from avagin:github-act-feature
PiperOrigin-RevId: 330802067
-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: |