Skip to content

Bump bytemuck from 1.19.0 to 1.20.0 #417

Bump bytemuck from 1.19.0 to 1.20.0

Bump bytemuck from 1.19.0 to 1.20.0 #417

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]'