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-26 16:17:14 +0200
commitd53307f14cfa9cb416a3d1c8919d4f61cbb20bf7 (patch)
treea4d22391f7ce32b844979d4e7a0426a2c44aa7f7
parentaca2e4be7568186e122f1506fa25bdfb8c4f7f2a (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: