Skip to content

Commit

Permalink
Infrastructure: Fix previews by changing file paths and globs in buil…
Browse files Browse the repository at this point in the history
…d workflow (pull #2564)

PR #2417 changed the location of content, which impacted build for previews.
This commit changes the file paths and globs used in the GitHub workflow configuration so that all PRs will have a preview.
  • Loading branch information
alflennik authored Dec 19, 2022
1 parent ae779f3 commit 890a170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/wai-trigger-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ on:
paths:
- ".github/workflows/wai-trigger-deploy.yml"
- "common/**"
- "content/**/examples/**"
- "img/**"
- "aria-practices.html"
- "index.html"
- "content/**"
- "README.md"

jobs:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/wai-trigger-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ on:
- "scripts/reference-tables.*"
- "**/*.js"
- "test/**"
- "content/**/examples/**"
- "aria-practices.html"
- "index.html"
- "content/**"
- "!content/landmarks/examples/**"
- "!coding-template/**"
- "!common/**"

jobs:
Expand Down

0 comments on commit 890a170

Please sign in to comment.