Skip to content

Commit

Permalink
Fix path to Linux CI file in itself
Browse files Browse the repository at this point in the history
The CI file has a list of dependent files including itself. The path was
not updated when the CI was split into different files
  • Loading branch information
imwints committed Jul 26, 2023
1 parent aca2e4b commit d53307f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-build-linux.yml
Expand Up @@ -13,7 +13,7 @@ on:
- '!src/freebsd/**'
- 'include/**'
- 'Makefile'
- '.github/workflows/continuous-build.yml'
- '.github/workflows/continuous-build-linux.yml'
pull_request:
branches:
- main
Expand All @@ -23,7 +23,7 @@ on:
- '!src/freebsd/**'
- 'include/**'
- 'Makefile'
- '.github/workflows/continuous-build.yml'
- '.github/workflows/continuous-build-linux.yml'

jobs:
static-build:
Expand Down

0 comments on commit d53307f

Please sign in to comment.