From ac7d2e0fca6fd02cc5a8bc5564b1f03c7ebf786a Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 27 Jan 2023 19:27:20 -0800 Subject: [PATCH] Add cargo-web build --- .github/workflows/cargo-web.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/cargo-web.yml diff --git a/.github/workflows/cargo-web.yml b/.github/workflows/cargo-web.yml new file mode 100644 index 0000000..b174a0f --- /dev/null +++ b/.github/workflows/cargo-web.yml @@ -0,0 +1,15 @@ +name: cargo-web + +on: + push: + branches: + - cargo-web + +jobs: + build: + uses: ./.github/workflows/build.yml + with: + crate: cargo-web + permissions: + contents: write + secrets: inherit