.gitea/workflows/build.yaml aktualisiert
This commit is contained in:
@@ -2,11 +2,12 @@ name: Gitea CI/CD
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
#push:
|
||||||
|
#branches: [ "development", "main", "staging"]
|
||||||
|
#tags: [ "v*.*.*" ]
|
||||||
|
pull_request:
|
||||||
branches: [ "development", "main", "staging" ]
|
branches: [ "development", "main", "staging" ]
|
||||||
tags: [ "v*.*.*" ]
|
tags: [ "v*.*.*" ]
|
||||||
#pull_request:
|
|
||||||
#branches: [ "development", "main", "staging" ]
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
Reference in New Issue
Block a user