Skip to content

Commit

Permalink
Activate benchmarks on push to main (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle authored Sep 12, 2023
1 parent b8ee207 commit b30cc77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs-benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: docs-benchmark
on:
release:
types: [published]
push:
branches:
- main
workflow_dispatch:
concurrency:
# Skip intermediate builds: always.
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/docs-nobenchmark.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: docs-nobenchmark
on:
push:
branches:
- main
pull_request:
concurrency:
# Skip intermediate builds: always.
Expand Down

0 comments on commit b30cc77

Please sign in to comment.