Skip to content

Commit daf47e7

Browse files
committed
Actions: Avoid duplicated builds
1 parent 3ab007c commit daf47e7

File tree

2 files changed

+4
-27
lines changed

2 files changed

+4
-27
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:

0 commit comments

Comments
 (0)