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 dc4dedf commit 422dc7dCopy full SHA for 422dc7d
.github/workflows/nix-build.yml
@@ -1,21 +1,23 @@
1
name: Nix Build
2
3
-on:
4
- workflow_dispatch:
5
- pull_request:
6
- branches:
7
- - main
8
- paths:
9
- - '**/*.rs'
10
- - '.github/workflows/nix-build.yml'
11
- - 'nix/**'
12
- push:
13
14
15
16
17
18
+on: [push, pull_request]
+
+# on:
+# workflow_dispatch:
+# pull_request:
+# branches:
+# - main
+# paths:
+# - '**/*.rs'
+# - '.github/workflows/nix-build.yml'
+# - 'nix/**'
+# push:
19
20
21
22
jobs:
23
lints:
0 commit comments