Skip to content

Commit

Permalink
Add release trigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeabody committed Apr 14, 2023
1 parent c1ab4e4 commit b37e080
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Build and push

on:
push:
branches:
- main
branches: [main]
release:
types: [published]

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit b37e080

Please sign in to comment.