mirror of https://github.com/celery/kombu.git
Removed "on push" from the linter GitHub Actions workflow (#2133)
This commit is contained in:
parent
225da0898a
commit
072befec84
|
@ -1,6 +1,6 @@
|
|||
name: Linter
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
on: [pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
pre-commit:
|
||||
|
|
Loading…
Reference in New Issue