rename github workflow about test and ignore some paths

This commit is contained in:
Émilien (perso) 2024-08-14 13:14:30 +02:00 committed by GitHub
parent c42c71ff5d
commit fd678ce408
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,19 @@
name: Rust
name: Build and test inv_sig_helper
on:
push:
branches: [ "master" ]
paths-ignore:
- 'LICENSE'
- 'README.md'
- 'docker-compose.yml'
pull_request:
branches: [ "master" ]
schedule:
# every 2 hours
- cron: "0 */2 * * *"
workflow_dispatch: # Allow manual triggering of the workflow
env:
CARGO_TERM_COLOR: always