mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 08:52:50 +08:00
Allow workflows to run for test and example changes
This commit is contained in:
parent
2a3763cdc7
commit
2e90ef28e4
2
.github/workflows/docs.yaml.disabled
vendored
2
.github/workflows/docs.yaml.disabled
vendored
@ -5,6 +5,8 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'src/**'
|
- 'src/**'
|
||||||
|
- 'test/**'
|
||||||
|
- 'examples/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -8,6 +8,8 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'src/**'
|
- 'src/**'
|
||||||
|
- 'test/**'
|
||||||
|
- 'examples/**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user