pipeline-test-versioning/ .gitea/workflows/release.yml

11 lines
220 B
YAML

on:
issues:
jobs:
release:
if: github.event.action == 'opened' && github.event.issue.title == 'release'
runs-on: ubuntu-latest
steps:
- name: github
shell: bash
run: echo "Release"