Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CI Workflows

schedule: triggers run only from the repository's current default branch. A scheduled workflow YAML must live on that branch for its cron to register. A workflow_dispatch: workflow must also exist on the default branch, although manual dispatch can select another branch or tag. pull_request: and push: triggers use the event branch normally.