Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LukassF committed Nov 20, 2024
1 parent cf856ac commit cf450b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/connect-docs-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'sdk/apps/docs/**'
- 'docs/**'

jobs:
upload:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/connect-docs-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- 'sdk/apps/docs/**'
- 'docs/**'

jobs:
upload:
Expand Down

0 comments on commit cf450b7

Please sign in to comment.