diff --git a/.drone.yml b/.drone.yml index e0aaec4..3af0e34 100644 --- a/.drone.yml +++ b/.drone.yml @@ -152,7 +152,7 @@ steps: trigger: event: [ push, pull_request, promote ] - refs: [ refs/heads/master, refs/heads/feature/*, refs/heads/hotfix/* ] + # refs: [ refs/heads/release/*, refs/heads/master, refs/heads/feature/*, refs/heads/hotfix/* ] --- kind: pipeline @@ -319,4 +319,4 @@ steps: trigger: event: [ push, pull_request, promote ] - refs: [ refs/heads/master, refs/heads/feature/*, refs/heads/hotfix/* ] + # refs: [ refs/heads/master, refs/heads/feature/*, refs/heads/hotfix/* ]