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

12 lines
220 B
YAML
Raw Normal View History

on:
issues:
jobs:
release:
2024-01-31 23:05:43 +01:00
if: github.event.action == 'opened' && github.event.issue.title == 'release'
runs-on: ubuntu-latest
steps:
- name: github
shell: bash
run: echo "Release"