Skip to content

Commit

Permalink
Update CI - do not rebuild on doc change (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindgee committed Jul 19, 2023
1 parent dcc0b92 commit 8ca42c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- main
- develop
- rc/next
paths-ignore:
- '**/CHANGELOG.md'
- 'docs/**'

workflow_dispatch:

jobs:
Expand Down

0 comments on commit 8ca42c0

Please sign in to comment.