Skip to content

Bump dotenv from 10.0.0 to 16.3.1 in /app #115

Bump dotenv from 10.0.0 to 16.3.1 in /app

Bump dotenv from 10.0.0 to 16.3.1 in /app #115

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