Skip to content

Commit 2e08680

Browse files
committed
testing
Changes to be committed: renamed: .github/workflows/publish-Docker-image -> .github/workflows/release-package.yml
1 parent e76f316 commit 2e08680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
name: Create and publish a Docker image
1111

1212
on:
13-
push:
14-
branches: ['release']
13+
release:
14+
types: ['created']
1515

1616
env:
1717
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)