Skip to content

Commit

Permalink
Merge pull request #1222 from thunderstore-io/10-03-fix_visual_diff_g…
Browse files Browse the repository at this point in the history
…eneration_for_master_branch

Fix visual diff generation for master branch
  • Loading branch information
Oksamies authored Oct 3, 2024
2 parents cf3ec5f + 2ba07a4 commit 947a383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/visual-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
get-node-version:
name: Get Node version
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/master')
runs-on: ubuntu-latest
outputs:
node-version: ${{ steps.get-node-version.outputs.node-version }}
Expand Down

0 comments on commit 947a383

Please sign in to comment.