Skip to content

Commit

Permalink
[GitHub] Fix the branches
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Feb 24, 2025
1 parent e9ebc07 commit a25c386
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/emscripten-webgpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Emscripten (WebGPU)
on:
push:
branches:
- main
- v3
pull_request:
branches:
- main
- v3

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wasm-webgpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Web Assembly (WebGPU)
on:
push:
branches:
- main
- v3
pull_request:
branches:
- main
- v3

jobs:
build:
Expand Down

0 comments on commit a25c386

Please sign in to comment.