Update c-cpp.yml
This commit is contained in:
parent
bc77e36ca4
commit
774325eb12
3
.github/workflows/c-cpp.yml
vendored
3
.github/workflows/c-cpp.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user