Skip to content

Commit

Permalink
tmp: push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Jul 2, 2024
1 parent 713be8d commit c3cfff4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
issue_comment:
types: [created]
workflow_dispatch:
push:
branches:
- benchmark

permissions:
contents: read
Expand All @@ -29,6 +32,12 @@ jobs:
echo "name=${{ github.ref_name }}" | tee -a "$GITHUB_OUTPUT"
fi
foo:
needs: [prepare]
runs-on: ubuntu-latest
steps:
- run: echo "Hello, world!"

# run benchmark
benchmark:
needs: [prepare]
Expand Down

0 comments on commit c3cfff4

Please sign in to comment.