Merge branch 'master' into v3-ui

This commit is contained in:
Adria Navarro 2024-10-18 16:55:04 +02:00 committed by GitHub
commit ff659a03ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: