diff --git a/.tangled/workflows/build.yml b/.tangled/workflows/build.yml index 78db3070..b1d9e7d3 100644 --- a/.tangled/workflows/build.yml +++ b/.tangled/workflows/build.yml @@ -1,6 +1,6 @@ when: - event: ["push", "pull_request"] - branch: ["master"] + branch: ["master", "ci"] dependencies: nixpkgs: diff --git a/.tangled/workflows/fmt.yml b/.tangled/workflows/fmt.yml index 9436c60e..65bede79 100644 --- a/.tangled/workflows/fmt.yml +++ b/.tangled/workflows/fmt.yml @@ -1,6 +1,6 @@ when: - event: ["push", "pull_request"] - branch: ["master"] + branch: ["master", "ci"] dependencies: nixpkgs: diff --git a/.tangled/workflows/test.yml b/.tangled/workflows/test.yml index 2039068e..4c7d50bc 100644 --- a/.tangled/workflows/test.yml +++ b/.tangled/workflows/test.yml @@ -1,6 +1,6 @@ when: - event: ["push", "pull_request"] - branch: ["master"] + branch: ["master", "ci"] dependencies: nixpkgs: diff --git a/flake.nix b/flake.nix index 3bd2d012..c064b7b7 100644 --- a/flake.nix +++ b/flake.nix @@ -161,9 +161,9 @@ watch-appview = { type = "app"; program = toString (pkgs.writeShellScript "watch-appview" '' - echo "copying static files to appview/pages/static..." - ${pkgs.coreutils}/bin/cp -frv --no-preserve=ownership ${packages'.appview-static-files}/* appview/pages/static - ${air-watcher "appview" ""}/bin/run + echo "copying static files to appview/pages/static..." + ${pkgs.coreutils}/bin/cp -frv --no-preserve=ownership ${packages'.appview-static-files}/* appview/pages/static + ${air-watcher "appview" ""}/bin/run ''); }; watch-knot = {