Skip to content

Commit 3e7f515

Browse files
committed
ci: restrict push on master
Signed-off-by: msclock <[email protected]>
1 parent cbac443 commit 3e7f515

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
workflow_dispatch:
55

66
push:
7+
branches:
8+
- master
9+
710
pull_request:
811

912
concurrency:

0 commit comments

Comments
 (0)