Skip to content

ci: limit branches for push events #2

ci: limit branches for push events

ci: limit branches for push events #2

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- incubation
- main
- master
pull_request

Check failure on line 8 in .github/workflows/unit-tests.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/unit-tests.yaml

Invalid workflow file

You have an error in your yaml syntax on line 8
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run Unit Tests
run: make unit-test