Skip to content

Commit 723a0d2

Browse files
committed
fix: turn off the auto workflow
1 parent c2ecec1 commit 723a0d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

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

33
on:
4-
push:
4+
workflow_dispatch:
55
branches: [ '*' ]
66
paths-ignore: [ '**.md' ]
77
pull_request:

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy
22

33
on:
4-
push:
4+
workflow_dispatch:
55
branches: [ 'main' ]
66

77
jobs:

0 commit comments

Comments
 (0)