Skip to content

Commit

Permalink
feat(action): add on release
Browse files Browse the repository at this point in the history
  • Loading branch information
186526 authored Jan 4, 2025
1 parent 825244b commit e17ffda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Create and publish a Docker image

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
release:
types: [published]
push:
branches:
- release
Expand Down

0 comments on commit e17ffda

Please sign in to comment.