We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed97e8 commit 4074eb1Copy full SHA for 4074eb1
.github/workflows/master.yml renamed to .github/workflows/main.yml
@@ -1,15 +1,15 @@
1
# SPDX-License-Identifier: Apache-2.0
2
# Copyright 2024 Intel Corporation
3
4
-name: Master workflow
+name: Main workflow
5
6
on:
7
pull_request:
8
branches:
9
- - master
+ - main
10
push:
11
12
13
14
jobs:
15
doc8:
.github/workflows/publish.yml
@@ -6,7 +6,7 @@ name: Publish Docs Workflow
workflow_dispatch:
0 commit comments