Delete .github/workflows/on-fieldmate-release.yml

This commit is contained in:
Digikwal 2025-06-26 01:40:44 +02:00 committed by GitHub
parent 9ed7b47cc3
commit 28cb49e958
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,17 +0,0 @@
name: React to Fieldmate Release
on:
repository_dispatch:
types: [fieldmate-release]
jobs:
on-release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Show release version
run: |
echo "Triggered by fieldmate release"
echo "Version: ${{ github.event.client_payload.version }}"