Skip to content

Commit

Permalink
change: changed the rust workflow to only trigger on certain branches
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-cne committed Apr 13, 2024
1 parent f48263d commit 7552f34
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: fmt, lint & build
name: CI

on:
push:
branches:
- master
pull_request:
branches:
- master
- main
- release/*
pull_request: {}

jobs:
cache:
Expand Down

0 comments on commit 7552f34

Please sign in to comment.