[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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ ci-cd ]
|
branches: [ master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ ci-cd ]
|
branches: [ master ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
build-frontend:
|
build-frontend:
|
||||||
|
|||||||
Reference in New Issue
Block a user