From ab26372355225742334c9a1e149b8571819e8097 Mon Sep 17 00:00:00 2001 From: Andrew D Smith Date: Tue, 30 Jun 2026 17:47:02 -0700 Subject: [PATCH] Add GitHub Actions workflow for release process --- .github/workflows/main.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..893fe6a --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,11 @@ +name: Release (Linux) + +on: + workflow_dispatch: + +jobs: + message: + runs-on: ubuntu-latest + steps: + - name: Message to user + run: echo "Not set up in current branch"