Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhir-maurya authored Jul 18, 2024
1 parent e14f01a commit 652bab4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Simple Workflow

on:
pull_request:
branches:
- master
workflow_dispatch:
inputs:
var1:
description: "var 1"
required: true
type: string

jobs:
build:
Expand Down

0 comments on commit 652bab4

Please sign in to comment.