diff --git a/github_actions/production.yml b/github_actions/production.yml index 89f80a2..60ab2eb 100644 --- a/github_actions/production.yml +++ b/github_actions/production.yml @@ -5,8 +5,6 @@ on: branches: [ main ] pull_request: branches: [ main ] - workflow_dispatch: - branches: [ main ] jobs: diff --git a/github_actions/test.yml b/github_actions/test.yml index 005ff9b..85cc692 100644 --- a/github_actions/test.yml +++ b/github_actions/test.yml @@ -5,8 +5,6 @@ on: branches: [ test ] pull_request: branches: [ test ] - workflow_dispatch: - branches: [ test ] jobs: deploy: