From 8d8b16f95005c460721427ef82d88d2c0cf60a5c Mon Sep 17 00:00:00 2001 From: Cr1stal423 <124814908+Cr1stal423@users.noreply.github.com> Date: Thu, 26 Dec 2024 22:10:06 +0200 Subject: [PATCH] Update workflow: remove triggers on master branch, change comment (#1574) --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 743e14ace..ec575fd96 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,11 +6,11 @@ name: CI/CD GreenCityUBS concurrency: Testing on: - # Triggers the workflow on push or pull request events but only for the master branch + # Triggers the workflow on push or pull request events but only for the dev branch push: - branches: [ master, dev ] + branches: [ dev ] pull_request: - branches: [ master, dev ] + branches: [ dev ] env: repository: ubs