Skip to content

Merge branch 'main' of https://github.com/shampiniony/dishdash-landing #3

Merge branch 'main' of https://github.com/shampiniony/dishdash-landing

Merge branch 'main' of https://github.com/shampiniony/dishdash-landing #3

name: CI
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build docker image
run: docker-compose -f prod.docker-compose.yaml build