Skip to content

Commit

Permalink
Made testing ignore README updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowmoose committed May 11, 2022
1 parent b90988e commit e4cc40a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Lint
on:
push:
branches: ["master"]
paths-ignore:
- '**/README.md'
paths:
- '**.py'
- '**.yml'
pull_request:
workflow_dispatch:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test-macOS-sur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: MacOS (SUR)

on:
push:
paths-ignore:
- '**/README.md'
paths:
- '**.py'
- '**.yml'
schedule:
- cron: '0 8 * * *'

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: MacOS

on:
push:
paths-ignore:
- '**/README.md'
paths:
- '**.py'
- '**.yml'
schedule:
- cron: '0 8 * * *'

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Ubuntu

on:
push:
paths-ignore:
- '**/README.md'
paths:
- '**.py'
- '**.yml'
schedule:
- cron: '0 8 * * *'

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Windows

on:
push:
paths-ignore:
- '**/README.md'
paths:
- '**.py'
- '**.yml'
schedule:
- cron: '0 8 * * *'

Expand Down

0 comments on commit e4cc40a

Please sign in to comment.