Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
remove release from pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
greged93 committed Oct 9, 2024
1 parent 3acbdc8 commit 9e13ab6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: release

#on:
# release:
# types: [published]
on: [pull_request, merge_group]
on:
release:
types: [published]

env:
REGISTRY_IMAGE: ghcr.io/${{ github.repository }}/node
Expand Down

0 comments on commit 9e13ab6

Please sign in to comment.