We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f54ec commit 729cd46Copy full SHA for 729cd46
.github/workflows/ci.yaml
@@ -2,9 +2,9 @@ name: CI
2
3
on:
4
push:
5
- branches: [ main ]
6
- pull_request:
7
+ # branches: [ main ]
+ #pull_request:
8
workflow_dispatch:
9
10
jobs:
.github/workflows/deps.yaml
@@ -2,13 +2,13 @@ name: Build dependencies
- paths:
- - 'deps/**'
11
+ # paths:
+ # - 'deps/**'
12
13
14
0 commit comments