Skip to content

Commit cedf3c0

Browse files
Because YAML is hard and indentations hate me
Signed-off-by: Rob Sewell <mrrobsewell@outlook.com>
1 parent a17ad47 commit cedf3c0

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

.github/workflows/deploy-preview-module.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
on:
22
push:
33
branches:
4-
- develop
4+
- develop
55
paths-ignore:
6-
- CHANGELOG.md
7-
- .vscode/**
8-
- .github/**
9-
- images/**
10-
- tests/**
11-
- '**.md'
12-
- '**.ps1'
13-
- '**.yml'
6+
- CHANGELOG.md
7+
- .vscode/**
8+
- .github/**
9+
- images/**
10+
- tests/**
11+
- '**.md'
12+
- '**.yml'
1413
tags:
15-
- '**'
16-
- '!*preview*'
14+
- '**'
15+
- '!*preview*'
1716
env:
1817
buildFolderName: output
1918
buildArtifactName: output

0 commit comments

Comments
 (0)