feat: add a test workflow
This commit is contained in:
parent
e7ac7e32d0
commit
ae36c637b4
1 changed files with 14 additions and 0 deletions
14
.forgejo/workflows/release.yml
Normal file
14
.forgejo/workflows/release.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "*release*"
|
||||
jobs:
|
||||
build:
|
||||
runs-on: "docker"
|
||||
container:
|
||||
image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine"
|
||||
steps:
|
||||
- uses: "https://code.forgejo.org/actions/checkout@v4"
|
||||
- shell: ash
|
||||
run: "ls -laF"
|
Loading…
Add table
Add a link
Reference in a new issue