Skip to content

Commit

Permalink
WIP: Build on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mogemimi committed Aug 25, 2024
1 parent 51dcfce commit 9ef0f89
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Build on Emscripten"

on:
push:
branches: [ main ]
branches: [ main, develop ]
pull_request:
branches: [ main ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Build on Linux"

on:
push:
branches: [ main ]
branches: [ main, develop ]
pull_request:
branches: [ main ]

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

on:
push:
branches: [ main ]
branches: [ main, develop ]
pull_request:
branches: [ main ]

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

on:
push:
branches: [ main ]
branches: [ main, develop ]
pull_request:
branches: [ main ]

Expand Down

0 comments on commit 9ef0f89

Please sign in to comment.