Skip to content

Commit

Permalink
Added the run on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenge committed Oct 29, 2024
1 parent da030c6 commit 6725d99
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-bdnbenchmark.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Garnet CI BDN.benchmark
on:
workflow_dispatch:

push:
branches:
- main

env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: true
Expand All @@ -14,7 +17,7 @@ permissions:
jobs:
changes:
name: Check for changes
runs-on: ubuntu-latest # don't need matrix to test where the changes were made in code
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit 6725d99

Please sign in to comment.