update yaml
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
# .gitea/workflows/build.yaml
|
||||
name: Gitea Actions Demo
|
||||
run-name: ${{ github.actor }} is testing out Gitea Actions
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- Main
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user