Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavitr committed Oct 18, 2024
1 parent 65d2221 commit 150dd51
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ name: Mixed inputs
on:
push:
branches:
- "test2"
- "main"
pull_request:
branches:
- "main"
paths:
- ".github/workflows/test.yaml"

workflow_dispatch:
inputs:
Expand All @@ -18,11 +16,15 @@ on:
options:
- monalisa
- cschleiden
- hujjj
required: true
use-emoji:
type: boolean
description: Include 🎉🤣 emojis

message:
description: message
type: string
required: true
jobs:
greet:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 150dd51

Please sign in to comment.