Change QA branch trigger

This commit is contained in:
Adria Navarro 2024-10-18 16:52:22 +02:00
parent f123e388d7
commit f119c51730
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ on:
# but only for the master branch # but only for the master branch
push: push:
branches: branches:
- v3-ui - master
pull_request: pull_request:
workflow_dispatch: workflow_dispatch:
workflow_call: workflow_call:

View File

@ -3,7 +3,7 @@ name: Deploy QA
on: on:
push: push:
branches: branches:
- master - v3-ui
workflow_dispatch: workflow_dispatch:
jobs: jobs: