Skip to content

Bump sequelize from 6.31.1 to 6.33.0 in /app #167

Bump sequelize from 6.31.1 to 6.33.0 in /app

Bump sequelize from 6.31.1 to 6.33.0 in /app #167

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