Skip to content

Commit

Permalink
Merge pull request #9 from lapras-inc/ignore-paths
Browse files Browse the repository at this point in the history
add paths-ignore
  • Loading branch information
yktakaha4 authored Sep 26, 2022
2 parents ad64892 + 65f3d83 commit 6495bc4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@ on:
pull_request:
paths-ignore:
- "**.md"
- ".all-contributorsrc"
- ".gitignore"
- "GNUmakefile"
- ".goreleaser.yml"
push:
paths-ignore:
- "**.md"
- ".all-contributorsrc"
- ".gitignore"
- "GNUmakefile"
- ".goreleaser.yml"
branches:
- master
workflow_dispatch:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
Expand Down

0 comments on commit 6495bc4

Please sign in to comment.