Skip to content

Commit cb7a081

Browse files
authored
Merge branch 'master' into ryonakano/improve-metainfo
2 parents ad74ca3 + 178641b commit cb7a081

File tree

3 files changed

+10
-28
lines changed

3 files changed

+10
-28
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/flatpak.yml renamed to .github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
on:
2-
push:
3-
# branches: [master]
42
pull_request:
3+
types:
4+
- opened
5+
- reopened
6+
- synchronize
57
name: CI
68
jobs:
79
flatpak-builder:

.github/workflows/lint.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: "CI: Lint"
22

3-
on: [push, pull_request]
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
- reopened
8+
- synchronize
49

510
jobs:
611
lint:

0 commit comments

Comments
 (0)