Skip to content

Commit

Permalink
Merge pull request #1109 from hashicorp/adjust-workflows
Browse files Browse the repository at this point in the history
chore(tests): Ignore website changes for test workflows
  • Loading branch information
skorfmann authored Sep 30, 2021
2 parents 74b8fc8 + f96866d commit 0f8d8cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths-ignore:
- "**.md"
- "docs/**"
- "website/**"

jobs:
prepare-release:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths-ignore:
- "**.md"
- "docs/**"
- "website/**"

jobs:
prepare-release:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
paths-ignore:
- "**.md"
- "docs/**"
- "website/**"

jobs:
build-tf-matrix:
Expand Down

0 comments on commit 0f8d8cd

Please sign in to comment.