Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
cef0eb525f
commit
b6d7ba1f1b
1 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,12 @@
|
||||||
name: Gitea Actions Demo
|
name: Gitea Actions Demo
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "**" # This will match any branch
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- "**" # This will match any branch
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue