diff options
| author | Lee Lup Yuen <luppy@appkaki.com> | 2020-07-22 02:19:12 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-22 02:19:12 (GMT) |
| commit | 774325eb125aa748539023e043b8c1cabf8535d4 (patch) | |
| tree | 548d48311bba91371f725ce5c3bb990d73baa634 /.github/workflows/c-cpp.yml | |
| parent | bc77e36ca4a704157119daf03fa62790112ce235 (diff) | |
Update c-cpp.yml
Diffstat (limited to '.github/workflows/c-cpp.yml')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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: |
