Skip to content

Commit f1cad93

Browse files
committed
fix: support multi org #27
1 parent 790e358 commit f1cad93

File tree

16 files changed

+15623
-24568
lines changed

16 files changed

+15623
-24568
lines changed

.github/workflows/check-transpiled-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check Transpiled Code
22

33
on:
44
push:
5-
branches: '*'
5+
branches: '**'
66

77
permissions:
88
contents: read

.github/workflows/node-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
release:
66
types: published
77
push:
8-
branches: '*'
8+
branches: '**'
99
workflow_dispatch:
1010

1111
jobs:

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ run-name: Tests [${{ github.ref_name }}] triggered by [${{ github.event_name }}/
33

44
on:
55
push:
6-
branches: '*'
6+
branches: '**'
77
workflow_dispatch:
88

99
permissions:

0 commit comments

Comments
 (0)