Skip to content

Commit

Permalink
remove .file ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzilb08 committed Feb 15, 2024
1 parent 19860a5 commit 371c141
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ dev ]
paths-ignore:
- '**/.*'
- '**/README.md'
pull_request:
branches: [ dev ]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ master ]
paths-ignore:
- '**/.*'
- '**/README.md'

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- patch-*
paths-ignore:
- '**/.*'
- '**/README.md'
pull_request:
branches:
Expand Down

0 comments on commit 371c141

Please sign in to comment.