mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
refactor: deploy on functional changes only
This commit is contained in:
parent
48d63bb8f9
commit
25fd56a71b
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
@ -4,13 +4,9 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths-ignore:
|
paths:
|
||||||
- 'README.md'
|
- 'src/**'
|
||||||
- 'CONTRIBUTING.md'
|
- 'packages/**'
|
||||||
- 'COPYING'
|
|
||||||
- 'docs/**'
|
|
||||||
- '.github/*.md'
|
|
||||||
- '.github/FUNDING.yml'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
|
Loading…
Reference in a new issue