Skip to content

Commit

Permalink
ci: don't run workflow when docs are updated (#33645)
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb authored Oct 18, 2024
1 parent 34ed9ad commit 42143e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ on:
types: [published]
pull_request:
branches: '**'
paths-ignore:
- '**.md'
push:
branches:
- develop
paths-ignore:
- '**.md'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 42143e2

Please sign in to comment.