Skip to content

Commit

Permalink
off keyword used to turn off deployments now (#2214)
Browse files Browse the repository at this point in the history
See [appveyor.yml reference](https://www.appveyor.com/docs/appveyor-yml/#:~:text=%23%20to%20disable%20deployment%0A%23deploy%3A%20off).

```yml
# to disable deployment
deploy: off
```
  • Loading branch information
mavaddat authored Apr 28, 2022
1 parent 032c1ec commit 66b4007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/json/appveyor.json
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@
"oneOf": [
{
"enum": [
false
"off"
]
},
{
Expand Down

0 comments on commit 66b4007

Please sign in to comment.