Skip to content

Commit

Permalink
Fix workflow failure
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Jan 7, 2024
1 parent d5924ad commit b38666b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
name: Benchmark

on:
push:
branches:
- "master"
- "main"
paths:
- '**.go'
paths-ignore:
- "**.md"
- LICENSE
- ".github/ISSUE_TEMPLATE/*.yml"
- ".github/dependabot.yml"
pull_request:
branches:
- "*"
paths:
- '**.go'
paths-ignore:
- "**.md"
- LICENSE
- ".github/ISSUE_TEMPLATE/*.yml"
- ".github/dependabot.yml"

permissions:
deployments: write
Expand Down

0 comments on commit b38666b

Please sign in to comment.