Skip to content

Commit

Permalink
Make actions ignore .md files not only in the root of repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed Apr 13, 2020
1 parent de78f42 commit bc06a3a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
paths-ignore:
- 'docs/**'
- '*.md'
- '**.md'
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
- '**.md'

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
paths-ignore:
- 'docs/**'
- '*.md'
- '**.md'
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
- '**.md'

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
paths-ignore:
- 'docs/**'
- '*.md'
- '**.md'
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
- '**.md'

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
paths-ignore:
- 'docs/**'
- '*.md'
- '**.md'
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
- '**.md'

jobs:

Expand Down

0 comments on commit bc06a3a

Please sign in to comment.