Skip to content

Commit 37321f0

Browse files
committed
Enabled desktop platforms CI scripts to release-0.03b branch.
1 parent 46e4467 commit 37321f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_linux.yml

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

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "master", "release-0.03b" ]
66
pull_request:
77
branches: [ "master" ]
88

.github/workflows/ci_macos.yml

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

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "master", "release-0.03b" ]
66
pull_request:
77
branches: [ "master" ]
88

.github/workflows/ci_windows.yml

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

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "master", "release-0.03b" ]
66
pull_request:
77
branches: [ "master" ]
88

0 commit comments

Comments
 (0)