Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jrichardson97 authored Sep 18, 2023
1 parent 51fca14 commit ccfa455
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: 'Release a new version to Github Packages'

on:
release:
types: [published]
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit ccfa455

Please sign in to comment.