update yaml

This commit is contained in:
2023-06-13 22:49:31 -04:00
parent 974be4ffd0
commit 85669b917c
+4 -1
View File
@@ -1,7 +1,10 @@
# .gitea/workflows/build.yaml # .gitea/workflows/build.yaml
name: Gitea Actions Demo name: Gitea Actions Demo
run-name: ${{ github.actor }} is testing out Gitea Actions run-name: ${{ github.actor }} is testing out Gitea Actions
on: [push] on:
push:
branches:
- Main
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest