From a3badf5016f731494fc172be4c598ac104c67bdb Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 2 Dec 2022 15:02:06 -0800 Subject: [PATCH] Add reindeer build --- .github/workflows/reindeer.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/reindeer.yml diff --git a/.github/workflows/reindeer.yml b/.github/workflows/reindeer.yml new file mode 100644 index 0000000..cbada03 --- /dev/null +++ b/.github/workflows/reindeer.yml @@ -0,0 +1,16 @@ +name: reindeer + +on: + push: + branches: + - reindeer + +jobs: + build: + uses: ./.github/workflows/build.yml + with: + crate: reindeer + git: facebookincubator/reindeer + permissions: + contents: write + secrets: inherit