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
|
||||
|
||||
on:
|
||||
"on":
|
||||
push:
|
||||
branches: [main]
|
||||
tags: ["v*"]
|
||||
|
||||
Reference in New Issue
Block a user