diff --git a/.github/workflows/master-to-no.yaml b/.github/workflows/master-to-no.yaml index 0a3d8120f..8052d29ab 100644 --- a/.github/workflows/master-to-no.yaml +++ b/.github/workflows/master-to-no.yaml @@ -1,8 +1,5 @@ name: Push master -> devops/deploy-to-no on: - push: - branches: - - 'master' # Allow manual deployment in github workflow_dispatch: diff --git a/.github/workflows/master-to-tcc.yaml b/.github/workflows/master-to-tcc.yaml index 001e6cda5..1c8f94cac 100644 --- a/.github/workflows/master-to-tcc.yaml +++ b/.github/workflows/master-to-tcc.yaml @@ -1,8 +1,5 @@ name: Push master -> devops/deploy-to-tcc on: - push: - branches: - - 'master' # Allow manual deployment in github workflow_dispatch: