🔧 Update CI

This commit is contained in:
Vladislav Nepogodin 2022-12-29 22:17:10 +04:00
parent 9268600fac
commit a4e7dd290d
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9
1 changed files with 24 additions and 1 deletions

View File

@ -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