Merge pull request #364 from actions/joshmgross/remove-path-filters

Remove path filters from check-dist workflow
This commit is contained in:
Josh Gross
2023-04-07 18:04:15 -04:00
committed by GitHub

View File

@@ -10,11 +10,7 @@ on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
jobs: