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:
SnO₂WMaN 2022-12-09 16:51:41 +09:00 committed by GitHub
parent 296c4234db
commit 9f8afeffb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -2,6 +2,9 @@ name: CI
on:
push:
branches:
- main
pull_request:
jobs:
flake-check:

View file

@ -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"