🔧 Update CI
This commit is contained in:
parent
a4e7dd290d
commit
34b1156563
.github/workflows
|
@ -7,27 +7,16 @@ on:
|
||||||
- 'hooks/**'
|
- 'hooks/**'
|
||||||
- 'po/**'
|
- 'po/**'
|
||||||
- 'icons/**'
|
- 'icons/**'
|
||||||
- '.github/*.yml'
|
|
||||||
- 'LICENSE'
|
|
||||||
- '*.md'
|
|
||||||
- '*.sh'
|
|
||||||
- '*.desktop'
|
|
||||||
- '*.png'
|
|
||||||
branches: [ "develop" ]
|
|
||||||
pull_request:
|
|
||||||
paths-ignore:
|
|
||||||
- 'data/**'
|
|
||||||
- 'hooks/**'
|
|
||||||
- 'po/**'
|
|
||||||
- 'icons/**'
|
|
||||||
- '.github/*.yml'
|
|
||||||
- 'LICENSE'
|
- 'LICENSE'
|
||||||
- '*.md'
|
- '*.md'
|
||||||
- '*.sh'
|
- '*.sh'
|
||||||
- '*.desktop'
|
- '*.desktop'
|
||||||
- '*.png'
|
- '*.png'
|
||||||
branches:
|
branches:
|
||||||
branches: [ "develop" ]
|
- develop
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
Loading…
Reference in New Issue