Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
pablouser1 committed Dec 29, 2023
1 parent a50c9c9 commit 58bfb33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/addon-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Install checker
run: pip install kodi-addon-checker
- name: Run checker push
run: kodi-addon-checker
run: kodi-addon-checker --branch matrix
if: ${{ github.event_name != 'pull_request' }}
- name: Run checker PR
run: kodi-addon-checker --PR
run: kodi-addon-checker --branch matrix --PR
if: ${{ github.event_name == 'pull_request' }}

0 comments on commit 58bfb33

Please sign in to comment.