Update .github/workflows/start.yaml
Some checks failed
build / Build (push) Failing after 6m28s

This commit is contained in:
hgn
2025-01-15 23:35:41 +01:00
parent d6bb82d059
commit ca47b2da90

View File

@@ -1,10 +1,13 @@
name: Gitea Actions Demo name: build
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on:
on: [push] push:
branches:
- main
pull_request:
jobs: jobs:
Explore-Gitea-Actions: build:
runs-on: ubuntu-latest name: Build
runs-on: ubuntu-20.04
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4