Skip to content

Commit 5b0a760

Browse files
committed
ci: replace push with workflow dispatch
1 parent c31430f commit 5b0a760

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

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

33
on:
4-
push:
54
pull_request:
65
branches: [main]
6+
workflow_dispatch:
77

88
jobs:
99
lint:

.github/workflows/test.yml

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

33
on:
4-
push:
54
pull_request:
65
branches: [main]
6+
workflow_dispatch:
77

88
jobs:
99
test:

0 commit comments

Comments
 (0)