Update c-cpp.yml

This commit is contained in:
Lee Lup Yuen 2020-07-22 10:19:12 +08:00 committed by GitHub
parent bc77e36ca4
commit 774325eb12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,15 +3,18 @@
name: C/C++ CI
# Run this workflow on every push and pull request on "master" branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Steps to be run for the workflow
jobs:
build:
# Run these steps on Ubuntu
runs-on: ubuntu-latest
steps: