Skip to content

Commit

Permalink
ci: ignore README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias committed Mar 17, 2023
1 parent 6c197f8 commit abf7f98
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
branches:
- 'master'
paths-ignore:
- "**/*.md"
- "README.md"
pull_request:
paths-ignore:
- "**/*.md"
- "README.md"

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
branches:
- 'master'
paths-ignore:
- "**/*.md"
- "README.md"
pull_request:
paths-ignore:
- "**/*.md"
- "README.md"

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
branches:
- 'master'
paths-ignore:
- "**/*.md"
- "README.md"
pull_request:
paths-ignore:
- "**/*.md"
- "README.md"

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
branches:
- 'master'
paths-ignore:
- "**/*.md"
- "README.md"
pull_request:
paths-ignore:
- "**/*.md"
- "README.md"

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
branches:
- 'master'
paths-ignore:
- "**/*.md"
- "README.md"
pull_request:
paths-ignore:
- "**/*.md"
- "README.md"

jobs:
build:
Expand Down

0 comments on commit abf7f98

Please sign in to comment.