Signed-off-by: Christina Sørensen <ces@fem.gg>
@@ -8,18 +8,8 @@ name: Unit tests
on:
push:
branches: [main]
- paths:
- - '.github/workflows/unit-tests.yml'
- - 'src/**'
- - 'Cargo.*'
- - build.rs
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
cancel-in-progress: true