Workflow and .gitignore: Bug fix.

This commit is contained in:
Mentalflow 2024-01-13 01:38:27 +08:00
parent 4f733a3316
commit 57e01f465f
Signed by: Mentalflow
GPG Key ID: 5AE68D4401A2EE71
5 changed files with 15 additions and 11 deletions

View File

@ -6,14 +6,14 @@ on:
- 'example/**' - 'example/**'
- 'lib_source/**' - 'lib_source/**'
- 'scripts/**' - 'scripts/**'
- '.github/workflows/macos-shared.yml' - '.github/workflows/macos-static.yml'
pull_request: pull_request:
paths: paths:
- '*.txt' - '*.txt'
- 'example/**' - 'example/**'
- 'lib_source/**' - 'lib_source/**'
- 'scripts/**' - 'scripts/**'
- '.github/workflows/macos-shared.yml' - '.github/workflows/macos-static.yml'
jobs: jobs:
build: build:

View File

@ -7,14 +7,14 @@ on:
- 'lib_source/**' - 'lib_source/**'
- 'example/**' - 'example/**'
- 'scripts/**' - 'scripts/**'
- '.github/workflows/ubuntu-shared.yml' - '.github/workflows/ubuntu-static.yml'
pull_request: pull_request:
paths: paths:
- '*.txt' - '*.txt'
- 'lib_source/**' - 'lib_source/**'
- 'example/**' - 'example/**'
- 'scripts/**' - 'scripts/**'
- '.github/workflows/ubuntu-shared.yml' - '.github/workflows/ubuntu-static.yml'
jobs: jobs:
build: build:

View File

@ -6,14 +6,14 @@ on:
- 'lib_source/**' - 'lib_source/**'
- 'example/**' - 'example/**'
- 'scripts/**' - 'scripts/**'
- '.github/workflows/windows-mingw-shared.yml' - '.github/workflows/windows-mingw-static.yml'
pull_request: pull_request:
paths: paths:
- '*.txt' - '*.txt'
- 'example/**' - 'example/**'
- 'lib_source/**' - 'lib_source/**'
- 'scripts/**' - 'scripts/**'
- '.github/workflows/windows-mingw-shared.yml' - '.github/workflows/windows-mingw-static.yml'
jobs: jobs:
build: build:

View File

@ -6,14 +6,14 @@ on:
- 'lib_source/**' - 'lib_source/**'
- 'example/**' - 'example/**'
- 'scripts/**' - 'scripts/**'
- '.github/workflows/windows-msvc-shared.yml' - '.github/workflows/windows-msvc-static.yml'
pull_request: pull_request:
paths: paths:
- '*.txt' - '*.txt'
- 'example/**' - 'example/**'
- 'lib_source/**' - 'lib_source/**'
- 'scripts/**' - 'scripts/**'
- '.github/workflows/windows-msvc-shared.yml' - '.github/workflows/windows-msvc-static.yml'
jobs: jobs:
build: build:

4
.gitignore vendored
View File

@ -81,3 +81,7 @@ Icon
Network Trash Folder Network Trash Folder
Temporary Items Temporary Items
.apdisk .apdisk
# macOS
.DS_Store
*/.DS_Store