Skip to content

Commit

Permalink
chore: ignore image push during PR check
Browse files Browse the repository at this point in the history
Signed-off-by: David Ko <dko@suse.com>
  • Loading branch information
innobead committed Mar 7, 2023
1 parent 6121d6f commit 6e41c8f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ platform:
os: linux
arch: amd64

trigger:
branch:
- master
- main
- v*

steps:
- name: fetch
image: ubuntu:18.04
Expand Down Expand Up @@ -116,6 +122,12 @@ platform:
os: linux
arch: arm64

trigger:
branch:
- master
- main
- v*

steps:
- name: fetch
image: ubuntu:18.04
Expand Down Expand Up @@ -201,6 +213,15 @@ platform:
node:
arch: s390x

trigger:
event:
exclude:
- pull_request
branch:
- master
- main
- v*

steps:
- name: fetch
image: ubuntu:18.04
Expand Down Expand Up @@ -289,6 +310,15 @@ platform:
os: linux
arch: amd64

trigger:
event:
exclude:
- pull_request
branch:
- master
- main
- v*

steps:
- name: manifest
image: plugins/manifest:1
Expand Down

0 comments on commit 6e41c8f

Please sign in to comment.