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