Skip to content

Commit

Permalink
skip ci when only docs change have been made
Browse files Browse the repository at this point in the history
  • Loading branch information
alan2207 committed May 14, 2024
1 parent 7ddd5c4 commit 513d8bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@ name: CI
on:
push:
branches: ['*']
paths-ignore:
- 'README.md'
- 'docs/**'
pull_request:
branches: [master]
paths-ignore:
- 'README.md'
- 'docs/**'
jobs:
all-cli-check:
runs-on: ubuntu-latest
Expand Down

1 comment on commit 513d8bd

@mohamadboufi678
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.