Skip to content

github.com: change workflow branch #2

github.com: change workflow branch

github.com: change workflow branch #2

Workflow file for this run

name: C CI
on:
push:
branches: [ "github" ]
pull_request:
branches: [ "github" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make
run: make
- name: test
run: ./cc TEST.c