Skip to content

Commit

Permalink
Merge pull request #6 from holysoles/dev
Browse files Browse the repository at this point in the history
Github actions on release instead of on merge
  • Loading branch information
holysoles authored Mar 17, 2024
2 parents 112f032 + 8d17491 commit 835be0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: ['master']
release:
types: [published]

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 835be0c

Please sign in to comment.