Skip to content

Commit

Permalink
chore: ignore ci build on readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Jul 7, 2024
1 parent b6b1da5 commit 7152089
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: build
on:
push:
branches: [ main ]
paths-ignore:
- '**/README.md'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: pr
on:
pull_request:
branches: [ main ]
paths-ignore:
- '**/README.md'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 7152089

Please sign in to comment.