fix(ci): quote "on" key so Gitea parses workflow triggers
Bare on: parses as YAML boolean true (Norway problem); Gitea then ignores the triggers and silently skips jobs. Quoting forces the string key.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: CD
|
name: CD
|
||||||
|
|
||||||
on:
|
"on":
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
tags: ["v*"]
|
tags: ["v*"]
|
||||||
|
|||||||
Reference in New Issue
Block a user