Skip to content

Commit

Permalink
enable validation on pull requests πŸ”
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation authored May 23, 2024
1 parent 8a17300 commit fe62b3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
# push:
# pull_request:
# types: [opened, synchronize, reopened]
push:
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:

name: Validate βœ…
Expand All @@ -24,4 +24,4 @@ jobs:
- name: Validate βœ“
run: |
chain-registry validate --registryDir .
chain-registry validate --registryDir .

0 comments on commit fe62b3e

Please sign in to comment.