Skip to content

Commit 167ea5b

Browse files
authored
Readme actions (#4)
* added changes to pipeline * moved version forward
1 parent a19159a commit 167ea5b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/merge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
pull_request:
44
branches: [main]
55
types: [closed]
6+
push:
7+
branches: [main]
68
jobs:
79
deploy:
810
runs-on: ubuntu-latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "stig_edit"
7-
version = "1.0.5"
7+
version = "1.0.6"
88
authors = [
99
{ name="fourhole", email="fourhole7@gmail.com" },
1010
]

0 commit comments

Comments
 (0)