Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/build-macos-13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build macOS 13
on:
push:
branches: [main, develop]
pull_request:
paths-ignore: ["frontend"]
workflow_dispatch:

concurrency:
Expand All @@ -17,4 +15,4 @@ jobs:
with:
os: macos-13
cache-prefix: macos-13-
build-wasm: true
build-wasm: true
4 changes: 1 addition & 3 deletions .github/workflows/build-macos-14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build macOS 14
on:
push:
branches: [main, develop]
pull_request:
paths-ignore: ["frontend"]
workflow_dispatch:

concurrency:
Expand All @@ -17,4 +15,4 @@ jobs:
with:
os: macos-14
cache-prefix: macos-14-
build-wasm: true
build-wasm: true
4 changes: 1 addition & 3 deletions .github/workflows/build-macos-15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build macOS 15
on:
push:
branches: [main, develop]
pull_request:
paths-ignore: ["frontend"]
workflow_dispatch:

concurrency:
Expand All @@ -17,4 +15,4 @@ jobs:
with:
os: macos-15
cache-prefix: macos-15-
build-wasm: true
build-wasm: true
4 changes: 1 addition & 3 deletions .github/workflows/build-macos-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build macOS Latest
on:
push:
branches: [main, develop]
pull_request:
paths-ignore: ["frontend"]
workflow_dispatch:

concurrency:
Expand All @@ -17,4 +15,4 @@ jobs:
with:
os: macos-latest
cache-prefix: macos-latest-
build-wasm: true
build-wasm: true
4 changes: 1 addition & 3 deletions .github/workflows/build-ubuntu-22-04.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build Ubuntu 22.04
on:
push:
branches: [main, develop]
pull_request:
paths-ignore: ["frontend"]
workflow_dispatch:

concurrency:
Expand All @@ -17,4 +15,4 @@ jobs:
with:
os: ubuntu-22.04
cache-prefix: ubuntu-22-04-
build-wasm: true
build-wasm: true
4 changes: 1 addition & 3 deletions .github/workflows/build-ubuntu-24-04-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build Ubuntu 24.04 ARM
on:
push:
branches: [main, develop]
pull_request:
paths-ignore: ["frontend"]
workflow_dispatch:

concurrency:
Expand All @@ -17,4 +15,4 @@ jobs:
with:
os: ubuntu-24.04-arm
cache-prefix: ubuntu-24-04-arm-
build-wasm: true
build-wasm: true
4 changes: 1 addition & 3 deletions .github/workflows/build-ubuntu-24-04.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build Ubuntu 24.04
on:
push:
branches: [main, develop]
pull_request:
paths-ignore: ["frontend"]
workflow_dispatch:

concurrency:
Expand All @@ -17,4 +15,4 @@ jobs:
with:
os: ubuntu-24.04
cache-prefix: ubuntu-24-04-
build-wasm: true
build-wasm: true
Loading