Skip to content

Commit

Permalink
Fix main branch name in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mjura committed Jan 5, 2024
1 parent be01305 commit d806aeb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
push:
branches:
- master
- main
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
push:
branches:
- master
- main
tags:
- 'v*'
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
push:
branches:
- master
- main
tags:
- "v*"
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-rancher-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
ref:
description: "Branch to use for GitHub action workflow"
required: true
default: "master"
default: "main"
operator_path:
description: "Operator github repo for the workflow"
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-rancher-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
ref:
description: "Branch to use for GitHub action workflow"
required: true
default: "master"
default: "main"
rancher_ref:
description: "Submit PR against the following rancher/rancher branch (e.g. release/v2.7)"
required: true
Expand Down

0 comments on commit d806aeb

Please sign in to comment.