Skip to content

Commit 51ea08c

Browse files
committed
wip: disable actions
1 parent b2b37e1 commit 51ea08c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/linux.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Linux
22

3-
on: [push]
3+
# on: [push]
4+
on: [workflow_dispatch]
45

56
jobs:
67
ci:

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Windows
22

33
on:
4-
push:
4+
# push:
55
release:
66
types: [published]
77

0 commit comments

Comments
 (0)