ci: 👷 CI system updated

This commit is contained in:
Paramtamtam
2024-12-17 22:16:53 +04:00
parent d4459e5346
commit 4d191d65b6
4 changed files with 29 additions and 18 deletions

View File

@@ -4,16 +4,19 @@
name: 🧪 Tests
on:
workflow_dispatch: {}
push:
branches: [master, main]
paths-ignore: ['**.md']
tags-ignore: ['**']
pull_request: {}
pull_request:
paths-ignore: ['**.md']
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs: # Docs: <https://git.io/JvxXE>
jobs:
gitleaks:
name: Check for GitLeaks
runs-on: ubuntu-latest