From ca47b2da9099c8c4d9e176143703524ce8642ad1 Mon Sep 17 00:00:00 2001 From: hgn Date: Wed, 15 Jan 2025 23:35:41 +0100 Subject: [PATCH] Update .github/workflows/start.yaml --- .github/workflows/start.yaml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/start.yaml b/.github/workflows/start.yaml index 7b6bf18..195d630 100644 --- a/.github/workflows/start.yaml +++ b/.github/workflows/start.yaml @@ -1,10 +1,13 @@ -name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] - +name: build +on: + push: + branches: + - main + pull_request: jobs: - Explore-Gitea-Actions: - runs-on: ubuntu-latest + build: + name: Build + runs-on: ubuntu-20.04 steps: - name: Checkout code uses: actions/checkout@v4