Skip to content

Commit

Permalink
Check for change files in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Mar 6, 2024
1 parent fc21d7c commit 17b4a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- run: npm run lint

# Check Changelog
- if: env.HAS_GITHUBPAGESDEPLOYTOKEN == 'true'
- if: github.repository_owner == 'ni'
run: npm run check

# Publish updates
Expand Down

0 comments on commit 17b4a43

Please sign in to comment.