Skip to content

Bump wgpu from 0.17.0 to 0.17.1 #194

Bump wgpu from 0.17.0 to 0.17.1

Bump wgpu from 0.17.0 to 0.17.1 #194

name: Build and Deploy Latest
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- main
jobs:
build:
uses: ./.github/workflows/build.yml
with:
artifact-name: "webapp-build"
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
deploy:
needs: [build]
uses: ./.github/workflows/deploy.yml
with:
artifact-name: "webapp-build"
secrets:
swa-api-token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_AGREEABLE_DUNE_08FACD403 }}
gh-token: ${{ secrets.GITHUB_TOKEN }}
if: |
(github.event_name == 'push'
|| (github.event_name == 'pull_request' && github.event.action != 'closed'))
&& github.actor != 'dependabot[bot]'