diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml new file mode 100644 index 0000000..849aaa0 --- /dev/null +++ b/.forgejo/workflows/release.yml @@ -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"