Skip to content

Commit

Permalink
CI will ignore push to non-master
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Trachier <[email protected]>
  • Loading branch information
matttrach committed May 19, 2023
1 parent 070f5ab commit 3118647
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 @@ -16,6 +16,12 @@ steps:
volumes:
- name: docker
path: /var/run/docker.sock
when:
ref:
include:
- refs/heads/master
- refs/pull/**
- refs/tags/*

- name: publish
image: rancher/hardened-build-base:v1.20.4b11
Expand All @@ -41,6 +47,12 @@ steps:
volumes:
- name: docker
path: /var/run/docker.sock
when:
ref:
include:
- refs/heads/master
- refs/pull/**
- refs/tags/*

volumes:
- name: docker
Expand All @@ -64,6 +76,12 @@ steps:
volumes:
- name: docker
path: /var/run/docker.sock
when:
ref:
include:
- refs/heads/master
- refs/pull/**
- refs/tags/*

- name: publish
image: rancher/hardened-build-base:v1.20.4b11
Expand All @@ -89,6 +107,12 @@ steps:
volumes:
- name: docker
path: /var/run/docker.sock
when:
ref:
include:
- refs/heads/master
- refs/pull/**
- refs/tags/*

volumes:
- name: docker
Expand All @@ -115,6 +139,12 @@ steps:
volumes:
- name: docker
path: /var/run/docker.sock
when:
ref:
include:
- refs/heads/master
- refs/pull/**
- refs/tags/*

- name: publish
image: rancher/hardened-build-base:v1.20.4b11
Expand Down

0 comments on commit 3118647

Please sign in to comment.