Skip to content

Commit

Permalink
Change master branch references to main (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
asteriscos authored Feb 12, 2025
1 parent 98c0539 commit 3239090
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ name: Build base
on:
workflow_call:
inputs:
CHECKOUT_TO: # This is the branch to checkout to. Defaults to 'master'
CHECKOUT_TO: # This is the branch to checkout to. Defaults to 'main'
description: 'The branch/tag/commit to checkout to'
required: true
default: ''
default: 'main'
type: string

workflow_dispatch:
inputs:
CHECKOUT_TO: # This is the branch to checkout to. Defaults to 'master'
CHECKOUT_TO: # This is the branch to checkout to. Defaults to 'main'
description: 'The branch/tag/commit to checkout to'
required: true
default: ''
default: 'main'

jobs:
build:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build_wazuh_dashboard_with_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ on:
type: string
description: 'Branch/tag/commit of the wazuh-security-dashboards-plugin repository to build the security plugin'
required: true
default: 'master'
default: 'main'
reference_wazuh_plugins:
type: string
description: 'Branch/tag/commit of the wazuh-dashboard-plugins repository to build the main plugins'
required: true
default: 'master'
default: 'main'
is_stage:
type: boolean
description: 'Set production nomenclature'
Expand Down Expand Up @@ -67,11 +67,11 @@ on:
reference_security_plugins:
type: string
required: true
default: 'master'
default: 'main'
reference_wazuh_plugins:
type: string
required: true
default: 'master'
default: 'main'
is_stage:
type: boolean
required: true
Expand Down

0 comments on commit 3239090

Please sign in to comment.