Skip to content

Commit 4aeab32

Browse files
committed
🏗 Refactor CI/CD
1 parent cd3bc05 commit 4aeab32

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎.github/workflows/build.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on:
44
push:
55
tags: ['v[0-9].[0-9]+.[0-9]+']
66
branches: [main]
7-
workflow_dispatch:
7+
workflow_dispatch:
8+
permissions:
9+
users: [${{ github.repository_owner }}]
10+
811

912
jobs:
1013
build-musl:

0 commit comments

Comments
 (0)