Skip to content

Commit 1622cb8

Browse files
ci(deploy): não fazer deploy do ServeRest.dev quando pulado
explicitamente
1 parent 741485e commit 1622cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-online-serverest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020
deploy-on-serverest-dev:
21-
if: github.event.inputs.publicar-no-serverest-dev == 'true'
21+
if: github.event.inputs.publicar-no-serverest-dev != 'false'
2222

2323
runs-on: ubuntu-18.04
2424

0 commit comments

Comments
 (0)