diff options
author | Joas Schilling <coding@schilljs.com> | 2024-10-01 12:28:39 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-10-01 12:28:39 +0200 |
commit | 5434005bff41596b3c3ca8f930a1eddd1f001d66 (patch) | |
tree | ae7a7f266874f339eefa026a57b408838d220e2d /.github | |
parent | f78f7d9735223e1f9029fef7dee775947eb68fc9 (diff) | |
download | nextcloud-server-5434005bff41596b3c3ca8f930a1eddd1f001d66.tar.gz nextcloud-server-5434005bff41596b3c3ca8f930a1eddd1f001d66.zip |
ci: Fix path name
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/static-code-analysis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index e6969a20e18..5965c38d714 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -10,7 +10,7 @@ on: - master - stable* paths: - - '.github' + - '.github/workflows/static-code-analysis.yml' - '**.php' concurrency: |