Skip to content

Commit 2082223

Browse files
authored
fix path-ignore indentation (#277)
1 parent 20b2aa8 commit 2082223

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Deploy Website to GitHub Pages
33
on:
44
push:
55
branches: main
6-
paths-ignore:
7-
- ".devcontainer/**"
6+
paths-ignore:
7+
- ".devcontainer/**"
88

99
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1010
permissions:

.github/workflows/pull_request.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Pull Request Build
33
on:
44
pull_request:
55
types: [opened, synchronize, reopened, closed]
6-
paths-ignore:
7-
- ".devcontainer/**"
6+
paths-ignore:
7+
- ".devcontainer/**"
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/qaqc.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
branches:
66
- main
7+
paths-ignore:
8+
- ".devcontainer/**"
79

810
concurrency:
911
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)