Skip to content

Commit 9f8ed6a

Browse files
committed
Merge branch 'release'
2 parents b7c982d + 8721f0b commit 9f8ed6a

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.github/workflows/sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Sync with private repo
22

33
on:
44
push:
5-
branches: [ master, main, nightly ]
5+
branches: [ release, main ]
66

77
jobs:
88
sync:

.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Run tests
22

33
on:
44
pull_request:
5-
branches: [master]
5+
branches: [ release, main ]
6+
push:
7+
branches: [ release, main ]
68

79
jobs:
810
tests:

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ To add the default dashboards to the new user, add the ``--bootstrap-dashboards`
7373

7474
Some event data might be missing from your dashboards: just start using your LMS and refresh your dashboard. The new events should appear immediately.
7575

76-
.. image:: https://raw.githubusercontent.com/overhangio/tutor-cairn/master/screenshots/courseoverview-01.png
76+
.. image:: https://raw.githubusercontent.com/overhangio/tutor-cairn/release/screenshots/courseoverview-01.png
7777
:alt: Course overview dashboard part 1
78-
.. image:: https://raw.githubusercontent.com/overhangio/tutor-cairn/master/screenshots/courseoverview-02.png
78+
.. image:: https://raw.githubusercontent.com/overhangio/tutor-cairn/release/screenshots/courseoverview-02.png
7979
:alt: Course overview dashboard part 2
80-
.. image:: https://raw.githubusercontent.com/overhangio/tutor-cairn/master/screenshots/courseoverview-03.png
80+
.. image:: https://raw.githubusercontent.com/overhangio/tutor-cairn/release/screenshots/courseoverview-03.png
8181
:alt: Course overview dashboard part 3
8282

8383
By default, ``AUTH_ROLES_SYNC_AT_LOGIN`` is ``false`` which means admin can customize the permissions associated to a user. To disable this behaviour, modify the ``CAIRN_AUTH_ROLES_SYNC_AT_LOGIN`` setting::
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- 💥[Improvement] Rename Tutor's two branches (by @DawoudSheraz):
2+
* Rename **master** to **release**, as this branch runs the latest official Open edX release tag.
3+
* Rename **nightly** to **main**, as this branch runs the Open edX master branches, which are the basis for the next Open edX release.

0 commit comments

Comments
 (0)