Skip to content

Commit

Permalink
Merge pull request #5 from sehyun-hwang/github-action-initial
Browse files Browse the repository at this point in the history
Delete pull request target action
  • Loading branch information
sehyun-hwang authored Apr 2, 2023
2 parents cc015f2 + 59803a3 commit 911109f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ on:
branches-ignore:
- wip/*

pull_request_target:
types: [closed]

env:
TAG: ${{ github.head_ref || github.ref_name }}
TAG: ${{ github.ref_name }}

jobs:
push-ghcr:
Expand Down

0 comments on commit 911109f

Please sign in to comment.