Skip to content
This repository was archived by the owner on May 29, 2023. It is now read-only.

Commit b0822d6

Browse files
committed
ci(workflow): update release
1 parent c8b8db2 commit b0822d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ name: Release
22

33
on:
44
pull_request:
5+
types: [closed]
56
branches:
67
- main
78

89
jobs:
910
build:
11+
if: ${{ github.event.pull_request.merged }}
1012
name: Build and Release
1113
runs-on: ubuntu-latest
1214
permissions:

0 commit comments

Comments
 (0)