Try fix github action #5
All checks were successful
Build legacy Nix package on Ubuntu / build (push) Successful in 4m27s
All checks were successful
Build legacy Nix package on Ubuntu / build (push) Successful in 4m27s
This commit is contained in:
parent
20260c0ede
commit
84666db1d8
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build_nix.yml
vendored
5
.github/workflows/build_nix.yml
vendored
|
@ -1,8 +1,9 @@
|
||||||
name: "Build legacy Nix package on Ubuntu"
|
name: "Build legacy Nix package on Ubuntu"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
check_run:
|
push:
|
||||||
types: [ requested_action ]
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue