Skip to content

Commit

Permalink
ci: Trigger Docker releases on tag creation instead of release publis…
Browse files Browse the repository at this point in the history
…hing (no-changelog)
  • Loading branch information
netroy committed Aug 14, 2024
1 parent 4dc34ba commit 8c37dde
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Docker Image CI

on:
release:
types: [published]
push:
tags:
- 'n8n@*'

jobs:
build:
Expand Down

0 comments on commit 8c37dde

Please sign in to comment.