Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2026-04-05 13:41:56 +03:00
parent 3be1626f44
commit 4e9d3093aa

View File

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