mirror of
https://github.com/aristocratos/btop.git
synced 2025-12-25 07:08:04 -05:00
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:
4
.github/workflows/continuous-build-linux.yml
vendored
4
.github/workflows/continuous-build-linux.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user