From 774325eb125aa748539023e043b8c1cabf8535d4 Mon Sep 17 00:00:00 2001 From: Lee Lup Yuen Date: Wed, 22 Jul 2020 10:19:12 +0800 Subject: Update c-cpp.yml diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 5558958..b6b9746 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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: -- cgit v0.10.2