Skip to content

Commit 8bd953c

Browse files
committed
ci(.github): on push tag instead of create
1 parent 7e7506f commit 8bd953c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: Build python package and push it to PiPy
44

55
on:
6-
create:
6+
push:
77
tags: ["v*"]
88

99
permissions:

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: Build docker image
44

55
on:
6-
create:
6+
push:
77
tags: ["v*"]
88

99
jobs:

0 commit comments

Comments
 (0)