Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2025-03-14 16:52:11 +03:00 committed by GitHub
parent 51fc2f6dcb
commit db7ef4ba2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,14 +3,19 @@ name: C/C++ CI
on:
push:
branches: [ "master" ]
paths: [ '**.c', '**.h', 'Makefile.**', '.github/configs', '.github/workflows/c-cpp.yml' ]
pull_request:
branches: [ "master" ]
paths: [ '**.c', '**.h', 'Makefile.**', '.github/configs', '.github/workflows/c-cpp.yml' ]
jobs:
build:
runs-on: ubuntu-latest
ci:
name: "${{ matrix.target }}"
strategy:
matrix:
target:
- ubuntu-latest
runs-on: ${{ matrix.target }}
steps:
- uses: actions/checkout@v4
# - name: configure