Skip to content

Commit db87aa6

Browse files
committed
ci: run only on main
1 parent 042b763 commit db87aa6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212

1313
jobs:
1414
release:
15+
if: ${{ github.event_name == 'push' || github.event.workflow_run.conclusion == 'success' }}
1516
runs-on: ubuntu-latest
1617

1718
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-template"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
description = "Used to templatize python projects."
55
authors = ["Loïc Motheu <lmotheu@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)