Closed robwhitby closed 10 months ago
setting watched path to . renders the wrong thing in the actions workflow:
.
triggers: - type: git watched_paths: - .
"on": push: branches: - main paths: - .** # this is no good - .github/workflows/ee-modernisation-cranetest.yml
setting watched path to
.
renders the wrong thing in the actions workflow: