Skip to content

Commit

Permalink
Add enabled propoerty to the target-based triggers schema (SchemaStor…
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei authored and benpops89 committed Nov 21, 2024
1 parent 45ed17f commit 7390368
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/schemas/json/bitrise.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,9 @@
},
"TriggersModel": {
"properties": {
"enabled": {
"type": "boolean"
},
"push": {
"items": {
"$ref": "#/definitions/PushTriggerModel"
Expand Down

0 comments on commit 7390368

Please sign in to comment.