Skip to content

Commit

Permalink
trigger on release
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkuba committed Sep 13, 2023
1 parent 5bfe923 commit 408fd98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Benchmark Tests

on: workflow_dispatch
on:
release:
types: [published]

jobs:
node-tests:
Expand Down

0 comments on commit 408fd98

Please sign in to comment.