allow triggering workflows manually (#17)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
name: Test
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
name: Update supported languages
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# ┌───────────── minute (0 - 59)
|
||||
# │ ┌───────────── hour (0 - 23)
|
||||
|
||||
Reference in New Issue
Block a user