Skip to content

Commit 76cd747

Browse files
committed
Refines line breaking for condition in YAML
1 parent 26c6984 commit 76cd747

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ jobs:
178178

179179
# Triggered on pull request, push to develop or master branch only
180180
if: >
181-
github.event_name == 'pull_request' || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'
181+
github.event_name == 'pull_request' || github.ref == 'refs/heads/develop'
182+
|| github.ref == 'refs/heads/master'
182183
183184
steps:
184185
# Deploy the static files created in the previous job to GitHub Pages

0 commit comments

Comments
 (0)