Trigger CI

This commit is contained in:
Arnaud 2024-11-01 15:10:43 +01:00
parent 29ff705f58
commit 8ebb3c2801
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
1 changed files with 5 additions and 3 deletions

View File

@ -2,9 +2,11 @@ name: Unit Tests
on:
push:
branches: *
branches:
- "**"
pull_request:
branches: *
branches:
- "**"
workflow_dispatch:
env:
@ -16,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo apt update
run: sudo apt update
- uses: actions/checkout@v4