Skip to content

Commit b54662e

Browse files
committed
Merge branch 'add_windows_mxe_docker_image_build_action' into origin_master
2 parents a719f18 + 7e7819d commit b54662e

16 files changed

+132
-38
lines changed

.github/workflows/android.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: Android
22
on:
33
workflow_dispatch:
44
push:
5+
paths-ignore:
6+
- scripts/docker/**
57
branches:
68
- master
79
pull_request:
10+
paths-ignore:
11+
- scripts/docker/**
812
branches:
913
- master
1014

.github/workflows/fedora-copr-build.yml.disabled

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Fedora Copr Build
22
on:
33
push:
4+
paths-ignore:
5+
- scripts/docker/**
46
branches:
57
- master
68

.github/workflows/ios.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: iOS
22
on:
33
push:
4+
paths-ignore:
5+
- scripts/docker/**
46
branches:
57
- master
68
pull_request:
9+
paths-ignore:
10+
- scripts/docker/**
711
branches:
812
- master
913

.github/workflows/linux-fedora-qt6.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: Fedora 35 / Qt 6--
22
on:
33
push:
4+
paths-ignore:
5+
- scripts/docker/**
46
branches:
57
- master
68
pull_request:
9+
paths-ignore:
10+
- scripts/docker/**
711
branches:
812
- master
913

.github/workflows/linux-focal-5.12.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: Ubuntu 20.04 / Qt 5.12--
22
on:
33
push:
4+
paths-ignore:
5+
- scripts/docker/**
46
branches:
57
- master
68
pull_request:
9+
paths-ignore:
10+
- scripts/docker/**
711
branches:
812
- master
913

.github/workflows/linux-jammy-5.15.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: Ubuntu 22.04 / Qt 5.15--
22
on:
33
push:
4+
paths-ignore:
5+
- scripts/docker/**
46
branches:
57
- master
68
pull_request:
9+
paths-ignore:
10+
- scripts/docker/**
711
branches:
812
- master
913

.github/workflows/linux-snap.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: Linux Snap
22

33
on:
44
push:
5+
paths-ignore:
6+
- scripts/docker/**
57
branches:
68
- master
79
pull_request:
10+
paths-ignore:
11+
- scripts/docker/**
812
branches:
913
- master
1014

.github/workflows/linux-trusty-5.12.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: Ubuntu 14.04 / Qt 5.12 for AppImage--
22
on:
33
push:
4+
paths-ignore:
5+
- scripts/docker/**
46
branches:
57
- master
68
pull_request:
9+
paths-ignore:
10+
- scripts/docker/**
711
branches:
812
- master
913

.github/workflows/mac.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: Mac
22
on:
33
push:
4+
paths-ignore:
5+
- scripts/docker/**
46
branches:
57
- master
68
pull_request:
9+
paths-ignore:
10+
- scripts/docker/**
711
branches:
812
- master
913

.github/workflows/post-releasenotes.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Post Release
22
on:
33
push:
4+
paths-ignore:
5+
- scripts/docker/**
46
branches:
57
- master
68

0 commit comments

Comments
 (0)