diff --git a/.github/workflows/ucto.yml b/.github/workflows/ucto.yml index 7488bd3..2f02ffc 100644 --- a/.github/workflows/ucto.yml +++ b/.github/workflows/ucto.yml @@ -3,7 +3,9 @@ name: C/C++ CI on: push: - branches: [master actions] + branches: + - master + - actions paths: - 'src/**' - 'include/**'