plate-tool/.gitea/workflows/beta-deploy.yaml

17 lines
309 B
YAML

name: Beta Deploy
on:
push:
branches:
- beta-release
issue_comment:
jobs:
Compile-Plate-Tool:
runs-on: linux_arm
steps:
- run: echo "Preparing to compile plate-tool"
- name: Check out repo code
uses: actions/checkout@v4
with:
ref: "beta-release"