Skip to content

Commit

Permalink
chore(ci): validate-rust should ignore docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Feb 12, 2024
1 parent 23acc05 commit c0f3080
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: validate
name: validate-rust

on: [push]
on:
push:
paths-ignore:
- 'docs/**'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit c0f3080

Please sign in to comment.