Add workflow_dispatch to CI/CD build

This commit is contained in:
Mahmoud Ben Hassine
2023-12-01 11:07:56 +01:00
parent a18972ba7b
commit 6b903725d7

View File

@@ -1,6 +1,7 @@
name: CI Build for 4.3.x
name: CI/CD build for 4.3.x
on:
workflow_dispatch:
push:
branches:
- 4.3.x
@@ -8,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: CI Build for 4.3.x
name: Build 4.3.x branch
steps:
- name: Checkout source code