Skip to content

Commit

Permalink
Fixing Trunk errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aisrael committed Jun 30, 2024
1 parent 9e264ed commit 1c35f36
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Tests

on:
push:
branches:
- '**'
- "**"
paths:
- "src/**"
- "Cargo.*"
- "test/**"
- "features/**"
- "Gemfile"
- "Gemfile.lock"
- ".ruby*"
- ".github/workflows/tests.yml"
- src/**
- Cargo.*
- tests/**
- features/**
- .github/workflows/tests.yml

permissions: read-all

jobs:
test:
Expand Down

0 comments on commit 1c35f36

Please sign in to comment.