mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
Avoid duplicate checks for Renovate PRs
This commit is contained in:
parent
8e278c3c8e
commit
d2d7948021
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- release
|
- release
|
||||||
|
- renovate/**
|
||||||
pull_request:
|
pull_request:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- release
|
- release
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue