Skip to content

Commit fcca38c

Browse files
committed
change trigger to push to tag
1 parent 242851e commit fcca38c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish-memory.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
name: Publish Neo4j MCP Memory Python Package
1010

1111
on:
12-
release:
13-
types: [published]
12+
push:
13+
tags:
14+
- mcp-neo4j-memory-v.*
1415

1516
permissions:
1617
contents: read

0 commit comments

Comments
 (0)