Skip to content

Commit 720a47b

Browse files
committed
WIP
1 parent 5476056 commit 720a47b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main ]
5+
# branches: [ main ]
66
pull_request:
77
branches: [ main ]
88
workflow_dispatch:

Diff for: .github/workflows/deps.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build dependencies
22

33
on:
44
push:
5-
branches: [ main ]
5+
# branches: [ main ]
66
pull_request:
77
branches: [ main ]
88
workflow_dispatch:

0 commit comments

Comments
 (0)