Skip to content

Commit

Permalink
ignore workflow if that is documentation updates. (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya.Fujita <[email protected]>
  • Loading branch information
fujitatomoya authored Jan 16, 2024
1 parent a9b3779 commit 43cee8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ name: build
on:
push:
branches: [ "master" ]
# Only kick workflow if implementation or configuration updates
paths-ignore:
- 'document/**'
pull_request:
# Only kick workflow if implementation or configuration updates
branches: [ "master" ]
paths-ignore:
- 'document/**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 43cee8b

Please sign in to comment.