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: on:
push: push:
branches: [ "master" ] branches: [ "master" ]
paths: [ '**.c', '**.h', 'Makefile.**', '.github/configs', '.github/workflows/c-cpp.yml' ]
pull_request: pull_request:
branches: [ "master" ] branches: [ "master" ]
paths: [ '**.c', '**.h', 'Makefile.**', '.github/configs', '.github/workflows/c-cpp.yml' ]
jobs: jobs:
build: ci:
name: "${{ matrix.target }}"
runs-on: ubuntu-latest strategy:
matrix:
target:
- ubuntu-latest
runs-on: ${{ matrix.target }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
# - name: configure # - name: configure