Skip to content

Commit

Permalink
Fix GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
defconst committed Nov 24, 2022
1 parent 384daeb commit efb4898
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- develop

jobs:
build:
Expand Down Expand Up @@ -33,4 +32,4 @@ jobs:
pip install -e tagpack-tool
- name: Validate tagpacks
run: |
tagpack-tool validate packs
tagpack-tool tagpack validate packs

0 comments on commit efb4898

Please sign in to comment.