„.gitea/workflows/build.yml“ ändern

This commit is contained in:
2023-07-12 22:11:49 +02:00
parent 678c3e91ee
commit bf22e376fd
+2 -2
View File
@@ -1,10 +1,10 @@
# .gitea/workflows/build.yaml
name: Build Workflow
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on:
workflow_dispatch:
push:
branches: [main]
branches:
- main
path-ignore:
- '.gitea/workflows/*'