feat(ci): ignore pr for master
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-08-04 00:52:45 +02:00
parent 6f694fa0b0
commit 358027c850
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -101,9 +101,13 @@ steps:
OP_SERVICE_ACCOUNT_TOKEN:
from_secret: op_service_account_token
when:
event:
- push
branch:
- main
- master
exclude:
- pull_request
depends_on:
- "load_secret"
- "build ci"
@ -133,9 +137,11 @@ steps:
OP_SERVICE_ACCOUNT_TOKEN:
from_secret: op_service_account_token
when:
event:
- tag
ref:
include:
- refs/tags/v**
- refs/tags/v*
depends_on:
- "load_secret"
- "build ci"