From e72d7a3b1c46d43c1eeb395a5ff5f5cae52ba0ba Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Mon, 24 Jul 2023 12:24:02 -0400 Subject: [PATCH] WIP --- .github/workflows/release.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000000..c72366f094 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,22 @@ +name: release +on: + push: + branches: + - "test-rot-*" + include: + - name: oxide-rot-1 + - "test-gimlet-*" + include: + - name: gimlet-d + + +jobs: + release-build: + runs-on: ubuntu-latest + + steps: + - name: Echo test + run: | + VERSION=$(cut -d/ -f3- <<< "$GITHUB_REF") + echo $VERSION + echo ${{ inputs.name }}