From 68451d24973bc0edb6213fd9c7ec813b70fd8523 Mon Sep 17 00:00:00 2001 From: Erik Alfredsson Date: Fri, 29 Apr 2022 11:21:10 +0200 Subject: [PATCH] Remove workflow_dispatch --- github_actions/production.yml | 2 -- github_actions/test.yml | 2 -- 2 files changed, 4 deletions(-) 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: