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

Commit 913c1b8

Browse files
committed
Publish libs on master push
1 parent 260e996 commit 913c1b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-libs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ on:
33
workflow_dispatch:
44
push:
55
branches:
6-
- main
6+
- master
77
paths:
8-
- 'lib/**'
8+
- "lib/**"
99

1010
jobs:
1111
publish-libs:

0 commit comments

Comments
 (0)