Skip to content

Commit

Permalink
Ignore all files under '/doc'
Browse files Browse the repository at this point in the history
  • Loading branch information
r-sierra committed Jun 30, 2021
1 parent 340d820 commit 19ae71c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
branches:
- main
paths-ignore:
- 'docs/**'
- 'doc/**'
- '*.md'
- 'bin/**'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- 'doc/**'
- '*.md'
- 'bin/**'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/erb_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
branches:
- main
paths-ignore:
- 'docs/**'
- 'doc/**'
- '*.md'
- 'bin/**'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- 'doc/**'
- '*.md'
- 'bin/**'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/factory_bot_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
branches:
- main
paths-ignore:
- 'docs/**'
- 'doc/**'
- '*.md'
- 'bin/**'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- 'doc/**'
- '*.md'
- 'bin/**'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
branches:
- main
paths-ignore:
- 'docs/**'
- 'doc/**'
- '*.md'
- 'bin/**'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- 'doc/**'
- '*.md'
- 'bin/**'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ruby_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
branches:
- main
paths-ignore:
- 'docs/**'
- 'doc/**'
- '*.md'
- 'bin/**'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- 'doc/**'
- '*.md'
- 'bin/**'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
branches:
- main
paths-ignore:
- 'docs/**'
- 'doc/**'
- '*.md'
- 'bin/**'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- 'doc/**'
- '*.md'
- 'bin/**'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/yarn_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
branches:
- main
paths-ignore:
- 'docs/**'
- 'doc/**'
- '*.md'
- 'bin/**'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- 'doc/**'
- '*.md'
- 'bin/**'

Expand Down

0 comments on commit 19ae71c

Please sign in to comment.