Skip to content

Merge branch 'phase1' into ANYCC-ci-build #5

Merge branch 'phase1' into ANYCC-ci-build

Merge branch 'phase1' into ANYCC-ci-build #5

Workflow file for this run

name: Build Project
on:
push:
branches:
- *

Check failure on line 6 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
pull_request:
branches:
- phase*
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Build
run: |
make build