Skip to content

Commit

Permalink
fix(ci): always run Rust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Jan 30, 2024
1 parent d0f017a commit 275d13d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rust-code-quality.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Assess Rust code quality

on:
push:
paths:
- '.github/workflows/rust-code-quality.yml'
- 'offchain/**.rs'
on: push

jobs:
assess-rust-code-quality:
Expand Down

0 comments on commit 275d13d

Please sign in to comment.