Skip to content

Commit

Permalink
Merge pull request aristocratos#584 from nobounce/nb/fix-ci-path
Browse files Browse the repository at this point in the history
Fix path to Linux CI file in itself
  • Loading branch information
aristocratos committed Jul 26, 2023
2 parents aca2e4b + 53d6eba commit 594f42b
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 594f42b

Please sign in to comment.