Skip to content

Commit 3961241

Browse files
committed
Temp, to drop
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent 9a258a2 commit 3961241

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Build (Release)
22
on:
3+
push:
4+
branches: ["master", "init"]
5+
pull_request:
6+
branches: ["master"]
37
workflow_dispatch:
48

59
jobs:

.github/workflows/ci.yml

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

33
on:
44
push:
5-
branches: ["master"]
5+
branches: ["master", "init"]
66
pull_request:
77
branches: ["master"]
88
workflow_dispatch:

.github/workflows/library.yml

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

33
on:
44
push:
5-
branches: ["master"]
5+
branches: ["master", "init"]
66
pull_request:
77
branches: ["master"]
88
workflow_dispatch:

0 commit comments

Comments
 (0)