We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
continue-on-error
false
1 parent 9d50e9c commit dbd6270Copy full SHA for dbd6270
.github/workflows/preview-build.yml
@@ -19,7 +19,7 @@ on:
19
description: 'Do not fail to publish if build fails'
20
type: string
21
required: false
22
- default: 'true'
+ default: 'false'
23
path-pattern:
24
description: 'Path pattern to filter files. Only if changed files match the pattern, the workflow will continue.'
25
0 commit comments