exclude publish step during PRs
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
James Ravenscroft 2022-10-22 15:01:06 +01:00
parent b5d8323b01
commit e825b46607
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ steps:
when: when:
branch: branch:
- master - master
event:
exclude:
- pull_request
image: python3.7 image: python3.7
environment: environment:
GITEA_PACKAGE_REPO: GITEA_PACKAGE_REPO: