Skip to content

Merge pull request #4 from BrosSquad/feat/rework #3

Merge pull request #4 from BrosSquad/feat/rework

Merge pull request #4 from BrosSquad/feat/rework #3

Workflow file for this run

name: "Build"
on:
push:
paths:
- "cmd/**"
- "pkg/**"
- "main.go"
branches:
- master
pull_request:
paths:
- "cmd/**"
- "pkg/**"
- "main.go"
branches:
- master
jobs:
build:
uses: "./.github/workflows/build-base.yml"