Skip to content

Commit

Permalink
Merge pull request #31 from rees46/feat/automatic-workflow-off
Browse files Browse the repository at this point in the history
fix: turn off the auto workflow
  • Loading branch information
TorinAsakura authored Jun 19, 2024
2 parents c2ecec1 + 723a0d2 commit fea1069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build

on:
push:
workflow_dispatch:
branches: [ '*' ]
paths-ignore: [ '**.md' ]
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy

on:
push:
workflow_dispatch:
branches: [ 'main' ]

jobs:
Expand Down

0 comments on commit fea1069

Please sign in to comment.