Skip to content

Commit

Permalink
add empty option
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiahstroud committed Jun 21, 2024
1 parent 3aa5892 commit 4dd26a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
type: choice
default: ''
options:
- ''
- build
- test
- lint
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
type: choice
default: ''
options:
- ''
- deploy

jobs:
Expand Down

0 comments on commit 4dd26a7

Please sign in to comment.