We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20da5a4 commit ee7c642Copy full SHA for ee7c642
.github/workflows/nix-large-packages.yml
@@ -33,34 +33,6 @@ on:
33
type: boolean
34
default: true
35
required: false
36
- pull_request:
37
- branches:
38
- - master
39
- - main
40
- - actions
41
- - ci
42
- - x86_64-linux
43
- - aarch64-linux
44
- - "releases/*"
45
- paths:
46
- - "*.nix"
47
- - "**/*.nix"
48
- - "nix/**"
49
- - "flake.lock"
50
- push:
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
jobs:
66
build:
0 commit comments