Skip to content

Commit fea1069

Browse files
authored
Merge pull request #31 from rees46/feat/automatic-workflow-off
fix: turn off the auto workflow
2 parents c2ecec1 + 723a0d2 commit fea1069

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)