Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2026-04-05 13:41:35 +03:00
commit 3be1626f44

View File

@ -2,10 +2,10 @@ name: C/C++ CI
on:
push:
branches: [ "master" ]
branches: [ "test-ci" ]
paths: [ '**.c', '**.h', 'Makefile.**', '.github/configs', '.github/workflows/c-cpp.yml' ]
pull_request:
branches: [ "master" ]
branches: [ "test-ci" ]
paths: [ '**.c', '**.h', 'Makefile.**', '.github/configs', '.github/workflows/c-cpp.yml' ]
jobs: