Skip to content

Commit

Permalink
rename github workflow about test and ignore some paths
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfox authored Aug 14, 2024
1 parent c42c71f commit fd678ce
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fd678ce

Please sign in to comment.