summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobounce <steffen.winter@proton.me>2023-07-23 19:53:36 +0200
committernobounce <steffen.winter@proton.me>2023-07-23 19:53:36 +0200
commit53d6ebabc052a618001fa857eff25d5252a89210 (patch)
treef12b5a1a1357135cb7f28bb5997583b76e42495f
parentac17f34580769d0b8bc47a3a2425143719b8038f (diff)
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
-rw-r--r--.github/workflows/continuous-build-linux.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/continuous-build-linux.yml b/.github/workflows/continuous-build-linux.yml
index 58717dd..3ef236c 100644
--- a/.github/workflows/continuous-build-linux.yml
+++ b/.github/workflows/continuous-build-linux.yml
@@ -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: