Skip to content

Add workflow to build docker image during PRs if Dockerfile changed #1841

Add workflow to build docker image during PRs if Dockerfile changed

Add workflow to build docker image during PRs if Dockerfile changed #1841

Workflow file for this run

name: Continuous integration
on:
pull_request: null
push:
branches:
- main
- develop
jobs:
ci:
uses: shlinkio/github-actions/.github/workflows/web-app-ci.yml@main
with:
node-version: 20.7
publish-coverage: true