Skip to content

Commit

Permalink
Add inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Jul 1, 2024
1 parent 0010d37 commit a5a8e24
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/install-dockerfile-and-check-ssl.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: Docker Build and Test

on: [push]
on:
workflow_dispatch:
inputs:
branch_name:
description: 'The name of the branch to clone'
required: true

jobs:
build:
runs-on: self-hosted
runs-on: self-hosted

steps:
- name: Checkout repository
Expand Down

0 comments on commit a5a8e24

Please sign in to comment.