Skip to content

Commit

Permalink
Add enabled propoerty to the target-based triggers schema (#4119)
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei authored Oct 1, 2024
1 parent f12f311 commit ce11561
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 ce11561

Please sign in to comment.