Skip to content

Bump ws in /web in the npm_and_yarn group across 1 directory #240

Bump ws in /web in the npm_and_yarn group across 1 directory

Bump ws in /web in the npm_and_yarn group across 1 directory #240

Workflow file for this run

name: Push (other branches)
on:
push:
branches-ignore:
- main
jobs:
build:
name: Build image
uses: ./.github/workflows/build_image.yaml
secrets: inherit
tests:
name: Run tests
uses: ./.github/workflows/run_tests.yaml
needs:
- build