Skip to content

Commit

Permalink
chore: update the github actions
Browse files Browse the repository at this point in the history
Update the actions rule pattern from master to main.

Signed-off-by: chlins <chenyuzh@vmware.com>
  • Loading branch information
chlins committed Jul 25, 2023
1 parent e8eedc5 commit 5d1ce1f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Dev Image
on:
push:
branches:
- master
- main
- release-*

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chart-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '**'
pull_request:
branches:
- master
- main
- release-*
- feature/*

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ master, 0.5.0, 0.5.1, 0.5.2, release-* ]
branches: [ main, 0.5.0, 0.5.1, 0.5.2, release-* ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ main ]
schedule:
- cron: '34 9 * * 3'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contour-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '**'
pull_request:
branches:
- master
- main
- release-*
- feature/*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/harbor-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '**'
pull_request:
branches:
- master
- main
- release-*
- feature/*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '**'
pull_request:
branches:
- master
- main
- release-*
- feature/*

Expand Down

0 comments on commit 5d1ce1f

Please sign in to comment.