Skip to content

Commit

Permalink
fix: remove path for .github
Browse files Browse the repository at this point in the history
  • Loading branch information
christjt committed Jun 27, 2023
1 parent 6370246 commit 77d2b82
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- "viewer/**"
- "documentation/**"
- "examples/**"
- ".github/**"
types:
- opened
- synchronize
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- "viewer/**"
- "documentation/**"
- "examples/**"
- ".github/**"
types:
- opened
- synchronize
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/react-components-ci-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
paths-ignore:
- "react-components/**"
- ".github/**"
branches:
- "**"

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/react-components-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
paths:
- "react-components/**"
- ".github/**"
branches:
- "**"

Expand Down

0 comments on commit 77d2b82

Please sign in to comment.