Skip to content

Commit

Permalink
fix(gh-action): run jekyll action only on main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
musicEnfanthen committed Nov 10, 2022
1 parent 1a9a2c9 commit 1a9fdec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
build_jekyll:
runs-on: ubuntu-latest
if: github.repository_owner == 'music-encoding'

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 1a9fdec

Please sign in to comment.