Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjafer committed Mar 14, 2024
1 parent 220ed99 commit 9ea822a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
name: Basic Example Test
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'info'
type: choice
options:
- info
- warning
- debug
push:
branches:
- main
Expand Down

0 comments on commit 9ea822a

Please sign in to comment.