Skip to content

Commit

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

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

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 6cac3c2

Please sign in to comment.