add workflow_dispatch trigger
This commit is contained in:
parent
fa7a8c76d2
commit
86fd22f6fc
@ -1,6 +1,8 @@
|
|||||||
name: Test build
|
name: Test build
|
||||||
run-name: ${{ gitea.event_name }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.event_name }} is testing out Gitea Actions 🚀
|
||||||
on: [push]
|
on:
|
||||||
|
- push:
|
||||||
|
- workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build-Docker:
|
Build-Docker:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user