Skip to content

Commit

Permalink
Enabled desktop platforms CI scripts to release-0.03b branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBanana committed Sep 15, 2023
1 parent 46e4467 commit 37321f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: GNU/Linux

on:
push:
branches: [ "master" ]
branches: [ "master", "release-0.03b" ]
pull_request:
branches: [ "master" ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Apple macOS

on:
push:
branches: [ "master" ]
branches: [ "master", "release-0.03b" ]
pull_request:
branches: [ "master" ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: MS Windows

on:
push:
branches: [ "master" ]
branches: [ "master", "release-0.03b" ]
pull_request:
branches: [ "master" ]

Expand Down

0 comments on commit 37321f0

Please sign in to comment.