GHA: Update path-ignore
This commit is contained in:
parent
8e2fdc4bc0
commit
69751260a6
|
@ -6,7 +6,7 @@ on:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "README.md"
|
- "README.md"
|
||||||
- "LICENSE"
|
- "LICENSE.md"
|
||||||
- "**/*.png"
|
- "**/*.png"
|
||||||
- "demo/**"
|
- "demo/**"
|
||||||
- "doc/**"
|
- "doc/**"
|
||||||
|
@ -15,7 +15,7 @@ on:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "README.md"
|
- "README.md"
|
||||||
- "LICENSE"
|
- "LICENSE.md"
|
||||||
- "**/*.png"
|
- "**/*.png"
|
||||||
- "demo/**"
|
- "demo/**"
|
||||||
- "doc/**"
|
- "doc/**"
|
||||||
|
@ -77,8 +77,8 @@ jobs:
|
||||||
- name: Set up Python 3.x
|
- name: Set up Python 3.x
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: "3.x"
|
||||||
architecture: 'x64'
|
architecture: "x64"
|
||||||
|
|
||||||
- name: Set up scons
|
- name: Set up scons
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue