Skip to content

Commit 5605d4e

Browse files
MacbookMacbook
authored andcommitted
test add github release [openvpnadapter]
1 parent 7ae49b1 commit 5605d4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_openvpnadapter_apple.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ jobs:
115115
name: GitHub Release
116116
needs: [build-macos, build-ios]
117117
runs-on: ubuntu-latest
118-
if: startsWith(github.ref, 'refs/tags/')
118+
# if: startsWith(github.ref, 'refs/tags/')
119+
if: contains(github.event.head_commit.message, '[openvpnadapter]')
119120

120121
steps:
121122
- name: Setup | Checkout

0 commit comments

Comments
 (0)