change the runners so they don't run on every push

This commit is contained in:
root
2024-07-16 10:50:00 +02:00
parent d17dd56416
commit 013acdf22b
2 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
on:
push:
paths:
- 'execution-environment.yml'
jobs:
Bootstrap-runner: