Fix path to Linux CI file in itself

The CI file has a list of dependent files including itself. The path was
not updated when the CI was split into different files
This commit is contained in:
nobounce 2023-07-23 19:53:36 +02:00
parent ac17f34580
commit 53d6ebabc0

View file

@ -13,7 +13,7 @@ on:
- '!src/freebsd/**'
- 'include/**'
- 'Makefile'
- '.github/workflows/continuous-build.yml'
- '.github/workflows/continuous-build-linux.yml'
pull_request:
branches:
- main
@ -23,7 +23,7 @@ on:
- '!src/freebsd/**'
- 'include/**'
- 'Makefile'
- '.github/workflows/continuous-build.yml'
- '.github/workflows/continuous-build-linux.yml'
jobs:
static-build: