Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit dd295a2

Browse files
rename master to main on ci jobs (#249)
Signed-off-by: John O'Loughlin <[email protected]>
1 parent 6d5e582 commit dd295a2

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

Diff for: .github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "main ]
66
pull_request:
7-
branches: [ "master" ]
7+
branches: [ "main" ]
88
schedule:
99
- cron: "37 4 * * 0"
1010

Diff for: .github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: E2E
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77

88
permissions:

Diff for: .github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
# schedule:
1313
# - cron: '32 15 * * 6'
1414
push:
15-
branches: [ "master" ]
15+
branches: [ "main" ]
1616

1717
# Declare default permissions as read only.
1818
permissions: read-all

Diff for: .github/workflows/static-scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.5.3
4040
- name: Run ShellCheck
41-
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # master
41+
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # main
4242

4343
hadolint:
4444
runs-on: ubuntu-latest

Diff for: .github/workflows/trivy-testpmd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ name: trivy-testpmd
77

88
on:
99
push:
10-
branches: [ "master" ]
10+
branches: [ "main" ]
1111
pull_request:
1212
# The branches below must be a subset of the branches above
13-
branches: [ "master" ]
13+
branches: [ "main" ]
1414
schedule:
1515
- cron: '40 20 * * 4'
1616

Diff for: .github/workflows/trivy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ name: trivy
77

88
on:
99
push:
10-
branches: [ "master" ]
10+
branches: [ "main" ]
1111
pull_request:
1212
# The branches below must be a subset of the branches above
13-
branches: [ "master" ]
13+
branches: [ "main" ]
1414
schedule:
1515
- cron: '40 20 * * 4'
1616

Diff for: .github/workflows/unittest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: unit-tests
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77

88
permissions:

Diff for: .github/workflows/weekly_e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- '**weekly_e2e.yml'
88
push:
99
branches:
10-
- master
10+
- main
1111
paths:
1212
- '**weekly_e2e.yml'
1313
permissions:

0 commit comments

Comments
 (0)