chore: Update build workflow to include 'dev' branch
- Added 'dev' branch to the push and pull_request triggers in the build workflow configuration. - Ensured that CI/CD processes are aligned for both master and dev branches.
This commit is contained in:
@@ -4,9 +4,11 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- dev
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user