Skip to content

Commit

Permalink
feat: add configs for minlify tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-timothy-albert committed Jun 15, 2024
1 parent b4db413 commit a3e99a2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ type PublishOn struct {
}

type TagOn struct {
Push Push `yaml:"push"`
WorkflowDispatch WorkflowDispatch `yaml:"workflow_dispatch"`
Push Push `yaml:"push"`
WorkflowDispatch WorkflowDispatchTagging `yaml:"workflow_dispatch"`
}

type Push struct {
Expand Down Expand Up @@ -160,6 +160,9 @@ type WorkflowDispatch struct {
Inputs Inputs `yaml:"inputs"`
}

type WorkflowDispatchTagging struct {
}

type Schedule struct {
Cron string `yaml:"cron"`
}
Expand Down

0 comments on commit a3e99a2

Please sign in to comment.