allow triggering workflows manually (#17)

This commit is contained in:
Martin
2026-01-24 09:39:48 +01:00
committed by GitHub
parent 0b051792fc
commit 9dc2a8a56f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
name: Test
on:
workflow_dispatch:
push:
branches:
- master
+1
View File
@@ -1,5 +1,6 @@
name: Update supported languages
on:
workflow_dispatch:
schedule:
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)