ci: Allow lint workflow to be manually triggered

Without this a different event must occur to trigger the workflow, which is inconvenient for automated PRs.
This commit is contained in:
Brennan Kinney 2023-12-19 15:02:48 +13:00 committed by GitHub
parent ca2c53dde7
commit 97145e19d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
name: Lint
on:
# A workflow that creates a PR will not trigger this workflow,
# Providing a manual trigger as a workaround
workflow_dispatch:
pull_request:
paths-ignore:
# Managed by workflow: contributors.yml
- CONTRIBUTORS.md
push:
branches: [ master ]