Skip to content

Commit 1ce7292

Browse files
committed
dev → main
1 parent c5e919f commit 1ce7292

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/gettext.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Gettext Updates
22

33
on:
44
push:
5-
branches: [dev]
5+
branches: [main]
66

77
jobs:
88
build:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release
22
on:
33
pull_request:
4-
branches: [ dev ]
4+
branches: [main]
55
types: closed
66
jobs:
77
release:
@@ -17,4 +17,4 @@ jobs:
1717
GIT_USER_NAME: "elementaryBot"
1818
GIT_USER_EMAIL: "[email protected]"
1919
with:
20-
release_branch: 'noble'
20+
release_branch: 'noble'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
[![Github Workflow Status](https://github.com/stsdc/monitor/actions/workflows/ci.yml/badge.svg)]()
1010
[![Translation status](https://l10n.elementary.io/widget/desktop/monitor/svg-badge.svg)](https://l10n.elementary.io/engage/desktop/)
1111

12-
![Monitor Screenshot](https://github.com/stsdc/monitor/raw/dev/data/screenshots/monitor-processes.png)
13-
![Monitor Screenshot](https://github.com/stsdc/monitor/raw/dev/data/screenshots/monitor-system.png)
12+
![Monitor Screenshot](https://github.com/stsdc/monitor/raw/main/data/screenshots/monitor-processes.png)
13+
![Monitor Screenshot](https://github.com/stsdc/monitor/raw/main/data/screenshots/monitor-system.png)
1414

1515
## Install
1616

data/io.elementary.monitor.appdata.xml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
</custom>
1717
<screenshots>
1818
<screenshot type="default">
19-
<image>https://github.com/stsdc/monitor/raw/master/data/screenshots/monitor-processes.png</image>
19+
<image>https://github.com/stsdc/monitor/raw/0.17.2/data/screenshots/monitor-processes.png</image>
2020
</screenshot>
2121
<screenshot>
22-
<image>https://github.com/stsdc/monitor/raw/master/data/screenshots/monitor-system.png</image>
22+
<image>https://github.com/stsdc/monitor/0.17.2/master/data/screenshots/monitor-system.png</image>
2323
</screenshot>
2424
</screenshots>
2525
<developer_name>Stanisław Dac</developer_name>

0 commit comments

Comments
 (0)