Skip to content

Commit

Permalink
Merge pull request #81 from nextmv-io/merschformann/fix-auto-benchmar…
Browse files Browse the repository at this point in the history
…k-triggers

Avoids running auto-benchmark on tag pushes
  • Loading branch information
merschformann authored Dec 24, 2024
2 parents 364a8ac + 7fa61f8 commit 6285d89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/auto-benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: auto benchmark
on: [push]
on:
push:
branches:
- "**"

env:
GO_VERSION: 1.23
Expand Down

0 comments on commit 6285d89

Please sign in to comment.