Skip to content

feat: php building and building with docker #42

feat: php building and building with docker

feat: php building and building with docker #42

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Pull Builder Container
run: make pull_builder
- name: Build Discord
run: make discord_proto
- name: Build Health
run: make health_proto