Skip to content

Commit

Permalink
change build file
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryszzz committed Dec 9, 2023
1 parent afd8e85 commit ecd9f00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Build and Deploy
on:
push:
branches:
- master
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
env:
BASE_PATH: /webgpu-snow-accumulation
BASE_PATH: /webgpu-samples
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build
on:
pull_request:
branches:
- master
- main
push:
branches:
- nextjs # Testing the workflow on this branch.
Expand Down

0 comments on commit ecd9f00

Please sign in to comment.