Skip to content

Commit 6619b4e

Browse files
committed
Fixed workflows
1 parent 267baa5 commit 6619b4e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
paths-ignore:
77
- 'README.md'
8-
- '.github'
8+
- '.github/workflows/**'
99

1010
jobs:
1111
linux-build:

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
paths-ignore:
77
- 'README.md'
8-
- '.github'
8+
- '.github/workflows/**'
99

1010
jobs:
1111
macos-build:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
paths-ignore:
77
- 'README.md'
8-
- '.github'
8+
- '.github/workflows/**'
99

1010
jobs:
1111
windows-build:

0 commit comments

Comments
 (0)