Skip to content

Commit

Permalink
Update validate_markdown.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xldr authored Feb 5, 2024
1 parent 68689d8 commit 1aa72f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/validate_markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
types: [opened, syncrhonze, reopened]
paths:
- 'governance/votes/*.md'
branches:
- 'master'

jobs:
validate:
Expand All @@ -30,4 +28,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
PR_NUMBER: ${{ github.event.pull_request.number }}
run: python .github/scripts/validate_markdown.py
run: python .github/scripts/validate_markdown.py

0 comments on commit 1aa72f8

Please sign in to comment.