„.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 # .gitea/workflows/build.yaml
name: Build Workflow name: Build Workflow
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: [main] branches:
- main
path-ignore: path-ignore:
- '.gitea/workflows/*' - '.gitea/workflows/*'