ci: Not triggered on pull request (#20)
* ci: not triggered on pull request * fmt * nomore flake-compat * Revert "nomore flake-compat" This reverts commit f3c85c80d2e2b9d56bd675661c9e35a0b99c656c.
This commit is contained in:
parent
296c4234db
commit
9f8afeffb2
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -2,6 +2,9 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
flake-check:
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
in
|
||||
stdenv.mkDerivation {
|
||||
inherit pname version entrypoint src;
|
||||
buildInputs = with pkgs; [ deno jq nodePackages.uglify-js ];
|
||||
buildInputs = with pkgs; [deno jq nodePackages.uglify-js];
|
||||
|
||||
buildPhase = ''
|
||||
export DENO_DIR="/tmp/deno2nix"
|
||||
|
|
Loading…
Reference in a new issue