From 2e10ba4a2bb487d02f9820caff4e5e879b380d42 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 11 Jun 2023 13:20:32 -0700 Subject: [PATCH] Add buckle build --- .github/workflows/buckle.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/buckle.yml diff --git a/.github/workflows/buckle.yml b/.github/workflows/buckle.yml new file mode 100644 index 0000000..286321c --- /dev/null +++ b/.github/workflows/buckle.yml @@ -0,0 +1,16 @@ +name: buckle + +on: + push: + branches: + - buckle + workflow_dispatch: + +jobs: + build: + uses: ./.github/workflows/build.yml + with: + crate: buckle + permissions: + contents: write + secrets: inherit