Compare commits

...

2 Commits

Author SHA1 Message Date
ThaMunsta
9d7a7b0fb8 Merge branch 'init-stack' 2025-03-15 21:19:05 -04:00
ThaMunsta
406d6944e8 update to init stack workflow 2025-03-15 21:18:52 -04:00

View File

@@ -3,15 +3,15 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
pull_request:
branches:
- init-stack
paths:
- 'stack.yml'
tags:
- init-stack
jobs:
Create-Stack:
runs-on: synology
steps:
# if: contains(github.event.pull_request.head.ref, 'init-stack')
- name: Checkout
uses: https://github.com/actions/checkout@v4
with: