From 372bfc727fc1f29c13c5e7d2d78ada0db3fa53dd Mon Sep 17 00:00:00 2001 From: Patrick Fuhrmann Date: Wed, 24 Jul 2024 20:48:14 +0200 Subject: [PATCH] Changing trigger back to master --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 761a2f1..2d55b86 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,9 +2,9 @@ name: Deploy on: push: - branches: [ "mongodb-update-f2" ] + branches: [ "master" ] pull_request: - branches: [ "mongodb-update-f2" ] + branches: [ "master" ] jobs: