Skip to content

Commit

Permalink
Add workflow_dispatch to CI/CD build
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Dec 1, 2023
1 parent a18972b commit 6b90372
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: CI Build for 4.3.x
name: CI/CD build for 4.3.x

on:
workflow_dispatch:
push:
branches:
- 4.3.x

jobs:
build:
runs-on: ubuntu-latest
name: CI Build for 4.3.x
name: Build 4.3.x branch
steps:

- name: Checkout source code
Expand Down

0 comments on commit 6b90372

Please sign in to comment.