You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing references of lightning master to main (#1356)
**Context:**
The default branch of pennylane-lightning will be changed from `master`
to `main`. The references to `master` need to be updated.
**Description of the Change:**
Change references of `master` to `main`
**Benefits:**
The default branch gets updated.
**Possible Drawbacks:**
None
**Related GitHub Issues:**
---------
Co-authored-by: ringo-but-quantum <github-ringo-but-quantum@xanadu.ai>
Copy file name to clipboardExpand all lines: .github/workflows/tests_gpu_cpp.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ on:
5
5
lightning-version:
6
6
type: string
7
7
required: true
8
-
description: The version of Lightning to use. Valid values are either 'release' (most recent release candidate), 'stable' (most recent git-tag) or 'latest' (most recent commit from master)
8
+
description: The version of Lightning to use. Valid values are either 'release' (most recent release candidate), 'stable' (most recent git-tag) or 'latest' (most recent commit from main)
9
9
pennylane-version:
10
10
type: string
11
11
required: true
12
-
description: The version of PennyLane to use. Valid values are either 'release' (most recent release candidate), 'stable' (most recent git-tag) or 'latest' (most recent commit from master)
12
+
description: The version of PennyLane to use. Valid values are either 'release' (most recent release candidate), 'stable' (most recent git-tag) or 'latest' (most recent commit from main)
Copy file name to clipboardExpand all lines: .github/workflows/tests_gpu_python.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ on:
5
5
lightning-version:
6
6
type: string
7
7
required: true
8
-
description: The version of Lightning to use. Valid values are either 'release' (most recent release candidate), 'stable' (most recent git-tag) or 'latest' (most recent commit from master)
8
+
description: The version of Lightning to use. Valid values are either 'release' (most recent release candidate), 'stable' (most recent git-tag) or 'latest' (most recent commit from main)
9
9
pennylane-version:
10
10
type: string
11
11
required: true
12
-
description: The version of PennyLane to use. Valid values are either 'release' (most recent release candidate), 'stable' (most recent git-tag) or 'latest' (most recent commit from master)
12
+
description: The version of PennyLane to use. Valid values are either 'release' (most recent release candidate), 'stable' (most recent git-tag) or 'latest' (most recent commit from main)
0 commit comments