Skip to content

Commit

Permalink
fix partial hunk commit in docs_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Apr 24, 2024
1 parent 1e16ebe commit 8e9903d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ on:
push:
paths-ignore:
- "**.yml"
- "!**/docs_ci.yml"
pull_request:
paths-ignore:
- "**.yml"
- "!**/docs_ci.yml"

concurrency:
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.sha || github.ref }}
Expand Down

0 comments on commit 8e9903d

Please sign in to comment.