Skip to content

Commit

Permalink
Run Benchmark if go.mod files change
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Jan 7, 2024
1 parent b38666b commit 9da39ff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@ on:
- "master"
- "main"
paths:
- '**.go'
- "**.go"
- "**/go.mod"
pull_request:
branches:
- "*"
paths:
- '**.go'
- "**.go"
- "**/go.mod"

permissions:
deployments: write
contents: write

name: Benchmark
jobs:
Compare:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9da39ff

Please sign in to comment.