Skip to content

Commit

Permalink
Fix manual trigger of CI and CD workflows (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreue16 authored Dec 13, 2024
1 parent 98aa72d commit 0b3a9c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
ref:
description: 'Commit hash, branch name, or tag to run the CD pipeline for'
required: false
default: 'HEAD'
default: 'master'
type: string


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
ref:
description: 'Commit hash, branch name, or tag to run the CI pipeline for'
required: false
default: 'HEAD'
default: 'master'
type: string


Expand Down

0 comments on commit 0b3a9c8

Please sign in to comment.