Browse Source

Allow workflow_dispatch for linting workflow

main
nmfretz 6 months ago
parent
commit
991c39e348
  1. 1
      .github/workflows/lint-apps.yml

1
.github/workflows/lint-apps.yml

@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
lint-apps:

Loading…
Cancel
Save