[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:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user