Xinyi0214's picture
Upload UWLab (code, datasets, checkpoints, eval outputs)
0037d53 verified
|
Raw
History Blame Contribute Delete
325 Bytes
# CI Workflows
`schedule:` and `workflow_dispatch:` triggers fire **only from the default
branch (`main`)**. A workflow YAML must live on `main` for its cron to
register — the same file on other branches has no effect. `pull_request:`
and `push:` triggers fire from the event branch's file and work normally
on `develop`.