Skip to content

Commit

Permalink
Ignore all files under '/bin'
Browse files Browse the repository at this point in the history
  • Loading branch information
r-sierra committed Jun 30, 2021
1 parent 0183558 commit 340d820
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 @@ -7,14 +7,14 @@ on:
paths-ignore:
- 'docs/**'
- '*.md'
- 'bin/*'
- 'bin/**'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- '*.md'
- 'bin/*'
- 'bin/**'

jobs:
cypress:
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 @@ -7,14 +7,14 @@ on:
paths-ignore:
- 'docs/**'
- '*.md'
- 'bin/*'
- 'bin/**'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- '*.md'
- 'bin/*'
- 'bin/**'

jobs:
erb_lint:
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 @@ -7,14 +7,14 @@ on:
paths-ignore:
- 'docs/**'
- '*.md'
- 'bin/*'
- 'bin/**'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- '*.md'
- 'bin/*'
- 'bin/**'

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

jobs:
rspec:
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 @@ -7,14 +7,14 @@ on:
paths-ignore:
- 'docs/**'
- '*.md'
- 'bin/*'
- 'bin/**'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- '*.md'
- 'bin/*'
- 'bin/**'

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

jobs:
brakeman:
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 @@ -7,14 +7,14 @@ on:
paths-ignore:
- 'docs/**'
- '*.md'
- 'bin/*'
- 'bin/**'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- '*.md'
- 'bin/*'
- 'bin/**'

jobs:
yarn_lint:
Expand Down

0 comments on commit 340d820

Please sign in to comment.