add workflow dispatch
parent
cf4e3c08b1
commit
b60fe53c82
|
|
@ -1,6 +1,8 @@
|
|||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
on:
|
||||
- push:
|
||||
- workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
|
|
|
|||
Loading…
Reference in New Issue