Fixed missing colon

This commit is contained in:
aristocratos 2021-10-05 20:57:33 +02:00
parent acdefb7889
commit 721da8c055
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
name: Continuous Build Linux name: Continuous Build Linux
on: on:
push push:
paths: paths:
- 'src/**' - 'src/**'
- 'include/**' - 'include/**'