Fix triggers
Some checks failed
Pre submits Lint / yamllint (push) Failing after 5s

This commit is contained in:
2024-04-02 14:01:23 +02:00
parent 4d7708dad4
commit faa39a8dd4

View File

@@ -1,6 +1,11 @@
name: Pre submits Lint
on: [pull_request]
on:
push:
branches: [main, "*"]
# Run daily as a dry-run/test.
schedule:
- cron: "0 1 * * *"
permissions:
# Needed to check out the repo.