workflow updates

This commit is contained in:
alfrix 2024-03-20 08:56:44 -03:00
parent 1ac7465e82
commit 755604aa73
2 changed files with 15 additions and 4 deletions

View File

@ -13,10 +13,13 @@ name: "CodeQL"
on:
push:
branches: [ "master" ]
paths-ignore:
- 'docs/**'
- 'ks_includes/locales/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
paths-ignore:
- 'docs/**'
- 'ks_includes/locales/**'
schedule:
- cron: '32 21 * * 5'

View File

@ -1,5 +1,13 @@
name: test-code
on: [push, pull_request]
on:
push:
paths-ignore:
- 'docs/**'
- 'ks_includes/locales/**'
pull_request:
paths-ignore:
- 'docs/**'
- 'ks_includes/locales/**'
jobs:
lint-python-code:
runs-on: ubuntu-latest