From 844a8eff340f636f4dee964493888abfb022c297 Mon Sep 17 00:00:00 2001 From: ThaMunsta Date: Sat, 15 Mar 2025 22:00:53 -0400 Subject: [PATCH] updates --- .gitea/workflows/init-stack.yaml | 6 +++--- .gitea/workflows/tests.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/init-stack.yaml b/.gitea/workflows/init-stack.yaml index b96396a..4068334 100644 --- a/.gitea/workflows/init-stack.yaml +++ b/.gitea/workflows/init-stack.yaml @@ -3,8 +3,8 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: push: - branches: - - stack-init + tags: + - init-stack jobs: Create-Stack: @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: https://github.com/actions/checkout@v4 with: - ref: stack-init + ref: main - name: Get the endpoint ID # Usually ID is 1, but you can get it from the API. Only skip this if you are VERY sure. diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index 826c34e..744fa9d 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -2,8 +2,8 @@ name: Just test things run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: - pull_request: - branches: + push: + tags: - test-cmd jobs: