Skip to content

Commit

Permalink
only run publish test in main
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Jan 12, 2023
1 parent f9312f4 commit 8663a1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:

gobenchdata-publish:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 8663a1c

Please sign in to comment.