diff options
author | Derek Bailey <derekbailey@google.com> | 2023-03-15 23:58:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 23:58:26 -0700 |
commit | 50cdf92e1ef4182f9e6174eebd3d930221617613 (patch) | |
tree | ba57c4212a2e442c8e5e00aafac148290db44716 | |
parent | 9a7fb4d68a1fb73a005ee01a57d434caa25a3117 (diff) | |
download | flatbuffers-50cdf92e1ef4182f9e6174eebd3d930221617613.tar.gz flatbuffers-50cdf92e1ef4182f9e6174eebd3d930221617613.tar.bz2 flatbuffers-50cdf92e1ef4182f9e6174eebd3d930221617613.zip |
Add `flatbuffers-64` branch to CI for pushes
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 159c3647..90c6cfe5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,7 @@ on: - "*" # new tag version, like `0.8.4` or else branches: - master + - flatbuffers-64 pull_request: branches: - master |