From 5b4079bd43c0eb9ac9a5aa94bca2cab9faa06c9f Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 24 Aug 2023 16:39:31 +0300 Subject: [PATCH] Run web api CI on flake changes. --- .github/workflows/web-api-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/web-api-ci.yml b/.github/workflows/web-api-ci.yml index 86406c1..e70bbe8 100644 --- a/.github/workflows/web-api-ci.yml +++ b/.github/workflows/web-api-ci.yml @@ -11,6 +11,9 @@ on: - '**/rust-toolchain.toml' # Run on changed source files - 'backend/rvoc-backend/src/**' + # Run on changed flake + - '/flake.nix' + - '/flake.lock' branches: - main # We are creating this workflow on this branch, hence we enable it here.