Skip to content

Commit

Permalink
Merge pull request #177 from Desiki-high/action-path-ignore
Browse files Browse the repository at this point in the history
gha: add paths-ignore
  • Loading branch information
imeoer authored Aug 28, 2023
2 parents 6ce9a79 + 3543761 commit a1a634e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/concurrent-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Concurrent Test
on:
push:
branches: [ '*' ]
paths-ignore: [ '**.md']
pull_request:
branches: [ main ]
paths-ignore: [ '**.md']

env:
GO_VERSION: 1.18
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Integration Test
on:
push:
branches: [ '*' ]
paths-ignore: [ '**.md']
pull_request:
branches: [ main ]
paths-ignore: [ '**.md']

env:
GO_VERSION: 1.18
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Unit Test
on:
push:
branches: [ '*' ]
paths-ignore: [ '**.md', '**/misc/**', '**/script/**']
pull_request:
branches: [ main ]
paths-ignore: [ '**.md', '**/misc/**', '**/script/**']

jobs:
unit_test:
Expand Down

0 comments on commit a1a634e

Please sign in to comment.