We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build
1 parent 12d9014 commit 6514193Copy full SHA for 6514193
.github/workflows/deploy.yaml
@@ -3,8 +3,12 @@ name: Deploy
3
4
on:
5
push:
6
+ branches:
7
+ - main
8
+ - renovate/**
9
tags:
10
- v*
11
+ pull_request:
12
13
jobs:
14
deploy:
@@ -13,7 +17,7 @@ jobs:
17
id-token: write
18
steps:
15
19
# yamllint disable-line rule:line-length
16
- - uses: paddyroddy/.github/actions/python/deployment@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
20
+ - uses: paddyroddy/.github/actions/python/deployment@3135c318562994eafc62974821c6f80aa64b35da # v0
21
with:
22
pyproject-toml: ./pyproject.toml
23
python-version: "3.11"
0 commit comments