Skip to content

Commit 4074eb1

Browse files
authored
hanges for Branch rename (#44)
Signed-off-by: David Ferguson <[email protected]>
1 parent aed97e8 commit 4074eb1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/master.yml renamed to .github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# Copyright 2024 Intel Corporation
33

4-
name: Master workflow
4+
name: Main workflow
55

66
on:
77
pull_request:
88
branches:
9-
- master
9+
- main
1010
push:
1111
branches:
12-
- master
12+
- main
1313

1414
jobs:
1515
doc8:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Publish Docs Workflow
66
on:
77
push:
88
branches:
9-
- master
9+
- main
1010
workflow_dispatch:
1111

1212
jobs:

0 commit comments

Comments
 (0)