mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
ci: Allow lint workflow to be manually triggered (#3714)
* 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:
parent
ca2c53dde7
commit
03052a65b8
2 changed files with 5 additions and 3 deletions
6
.github/workflows/linting.yml
vendored
6
.github/workflows/linting.yml
vendored
|
@ -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 ]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue