[Message]

Fix workflow branch trigger

Corrected the branch triggers from 'ci-cd' to 'master'. This ensures the workflow runs on the correct branch for pushes and pull requests.
This commit is contained in:
Michał Zieliński
2024-11-23 20:01:45 +01:00
parent 4c7dd0d69e
commit 0206dfe702

View File

@@ -1,9 +1,9 @@
name: BuildApp
name: BuilApp
on:
push:
branches: [ ci-cd ]
branches: [ master ]
pull_request:
branches: [ ci-cd ]
branches: [ master ]
workflow_dispatch:
jobs:
build-frontend: