🔧 Update CI
This commit is contained in:
parent
9268600fac
commit
a4e7dd290d
|
@ -2,9 +2,32 @@ name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- 'data/**'
|
||||||
|
- 'hooks/**'
|
||||||
|
- 'po/**'
|
||||||
|
- 'icons/**'
|
||||||
|
- '.github/*.yml'
|
||||||
|
- 'LICENSE'
|
||||||
|
- '*.md'
|
||||||
|
- '*.sh'
|
||||||
|
- '*.desktop'
|
||||||
|
- '*.png'
|
||||||
branches: [ "develop" ]
|
branches: [ "develop" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "develop" ]
|
paths-ignore:
|
||||||
|
- 'data/**'
|
||||||
|
- 'hooks/**'
|
||||||
|
- 'po/**'
|
||||||
|
- 'icons/**'
|
||||||
|
- '.github/*.yml'
|
||||||
|
- 'LICENSE'
|
||||||
|
- '*.md'
|
||||||
|
- '*.sh'
|
||||||
|
- '*.desktop'
|
||||||
|
- '*.png'
|
||||||
|
branches:
|
||||||
|
branches: [ "develop" ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
Loading…
Reference in New Issue