Overview
You can configure the workflow by exporting a config
object from your workflow file.
Workflow configs are staticaly parsed - This means that you can't use variables or functions to define the config.
Example
.pandaci/config.workflow.ts
Config options
name
- Type:
string
- Default: the name of the workflow file
The name of the workflow.
on
Learn more about workflow triggers.
- Default:
{ push: { branches: ["*"] } }
The triggers that start the workflow.