Skip to content

Added push instruction for actions-setup branch for testing #1

Added push instruction for actions-setup branch for testing

Added push instruction for actions-setup branch for testing #1

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main", "actions-setup" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and run cpp tests
run: make test