„.gitea/workflows/build.yml“ ändern
This commit is contained in:
@@ -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/*'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user