Skip to content

Commit 10f134e

Browse files
committed
Fix workflows paths ignored
1 parent c4a436a commit 10f134e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linux_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 🐧 Linux Builds
33
on:
44
push:
55
branches: [ master ]
6-
paths-ignore: [ demo doc .gitattributes .gitignore LICENSE README.md ]
6+
paths-ignore: [ demo/** doc/** .gitattributes .gitignore LICENSE README.md ]
77

88
# Global Settings
99
env:

.github/workflows/osx_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 🍎 OSx Builds
33
on:
44
push:
55
branches: [ master ]
6-
paths-ignore: [ demo doc .gitattributes .gitignore LICENSE README.md ]
6+
paths-ignore: [ demo/** doc/** .gitattributes .gitignore LICENSE README.md ]
77

88
# Global Settings
99
env:

.github/workflows/windows_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 🪟 Windows Builds
33
on:
44
push:
55
branches: [ master ]
6-
paths-ignore: [ demo doc .gitattributes .gitignore LICENSE README.md ]
6+
paths-ignore: [ demo/** doc/** .gitattributes .gitignore LICENSE README.md ]
77

88
# Global Settings
99
env:

0 commit comments

Comments
 (0)