Skip to content

Commit 6514193

Browse files
authored
Always build but don't publish (#395)
1 parent 12d9014 commit 6514193

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ name: Deploy
33

44
on:
55
push:
6+
branches:
7+
- main
8+
- renovate/**
69
tags:
710
- v*
11+
pull_request:
812

913
jobs:
1014
deploy:
@@ -13,7 +17,7 @@ jobs:
1317
id-token: write
1418
steps:
1519
# yamllint disable-line rule:line-length
16-
- uses: paddyroddy/.github/actions/python/deployment@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
20+
- uses: paddyroddy/.github/actions/python/deployment@3135c318562994eafc62974821c6f80aa64b35da # v0
1721
with:
1822
pyproject-toml: ./pyproject.toml
1923
python-version: "3.11"

0 commit comments

Comments
 (0)