diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index a9fea1e..97e6012 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -6,10 +6,7 @@ steps: - python3 .ci/port_attribution_watcher.py - python3 .ci/traefik_labels_watcher.py when: - - event: pull_request - repo: gnouseu/docker-services - - event: push - branch: main + - event: [push, pull_request] lint: image: debian:stable-slim commands: @@ -19,7 +16,4 @@ steps: - chmod +x /usr/local/bin/docker-compose - sh .ci/lint.sh when: - - event: pull_request - repo: gnouseu/docker-services - - event: push - branch: main \ No newline at end of file + - event: [push, pull_request]