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: pull_request:
branches: branches:
- master - master
workflow_dispatch:
jobs: jobs:
lint-apps: lint-apps:

Loading…
Cancel
Save