From 85faf961504716530d34fee6692cf64e9eab513e Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 17 Oct 2022 17:10:28 -0700 Subject: [PATCH] Add dircnt build --- .github/workflows/dircnt.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/dircnt.yml diff --git a/.github/workflows/dircnt.yml b/.github/workflows/dircnt.yml new file mode 100644 index 0000000..d2960d2 --- /dev/null +++ b/.github/workflows/dircnt.yml @@ -0,0 +1,15 @@ +name: dircnt + +on: + push: + branches: + - dircnt + +jobs: + build: + uses: ./.github/workflows/build.yml + with: + crate: dircnt + permissions: + contents: write + secrets: inherit