Skip to content

Commit cbfb1b9

Browse files
committed
Manual trigger for GitHub Actions workflows
1 parent afdaa2a commit cbfb1b9

32 files changed

Lines changed: 14 additions & 367 deletions

.github/workflows/3ds.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,6 @@
22
name: Nintendo 3DS
33

44
on: # yamllint disable-line rule:truthy
5-
push:
6-
branches:
7-
- master
8-
paths-ignore:
9-
- '*.md'
10-
- 'docs/**'
11-
pull_request:
12-
types: [opened, synchronize]
13-
paths-ignore:
14-
- '*.md'
15-
- 'docs/**'
16-
release:
17-
types: [published]
185
workflow_dispatch:
196

207
concurrency:

.github/workflows/Android.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
name: Android
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
paths-ignore:
8-
- '*.md'
9-
- 'docs/**'
10-
pull_request:
11-
types: [ opened, synchronize ]
12-
paths-ignore:
13-
- '*.md'
14-
- 'docs/**'
4+
workflow_dispatch:
155

166
concurrency:
177
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/Linux_aarch64.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
name: Linux AArch64 (aarch64-linux-gnu)
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
paths-ignore:
8-
- '*.md'
9-
- 'docs/**'
10-
pull_request:
11-
types: [opened, synchronize]
12-
paths-ignore:
13-
- '*.md'
14-
- 'docs/**'
15-
release:
16-
types: [published]
17-
paths-ignore:
18-
- '*.md'
19-
- 'docs/**'
204
workflow_dispatch:
215

226
concurrency:

.github/workflows/Linux_x86.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
name: Linux x86 (i386-linux-gnu)
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
paths-ignore:
8-
- '*.md'
9-
- 'docs/**'
10-
pull_request:
11-
types: [opened, synchronize]
12-
paths-ignore:
13-
- '*.md'
14-
- 'docs/**'
15-
release:
16-
types: [published]
17-
paths-ignore:
18-
- '*.md'
19-
- 'docs/**'
204
workflow_dispatch:
215

226
concurrency:

.github/workflows/Linux_x86_64.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
name: Linux x86_64 (x86_64-linux-gnu)
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
paths-ignore:
8-
- '*.md'
9-
- 'docs/**'
10-
pull_request:
11-
types: [opened, synchronize]
12-
paths-ignore:
13-
- '*.md'
14-
- 'docs/**'
15-
release:
16-
types: [published]
17-
paths-ignore:
18-
- '*.md'
19-
- 'docs/**'
204
workflow_dispatch:
215

226
concurrency:

.github/workflows/Linux_x86_64_SDL1.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
name: Linux x64 SDL1
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
paths-ignore:
8-
- '*.md'
9-
- 'docs/**'
10-
pull_request:
11-
types: [ opened, synchronize ]
12-
paths-ignore:
13-
- '*.md'
14-
- 'docs/**'
4+
workflow_dispatch:
155

166
concurrency:
177
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/Linux_x86_64_SDL3_test.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
name: Linux x64 SDL3 Tests
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
paths-ignore:
8-
- '*.md'
9-
- 'docs/**'
10-
pull_request:
11-
types: [ opened, synchronize ]
12-
paths-ignore:
13-
- '*.md'
14-
- 'docs/**'
154
workflow_dispatch:
165

176
concurrency:

.github/workflows/Linux_x86_64_test.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
name: Linux x64 Tests
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
paths-ignore:
8-
- '*.md'
9-
- 'docs/**'
10-
pull_request:
11-
types: [ opened, synchronize ]
12-
paths-ignore:
13-
- '*.md'
14-
- 'docs/**'
154
workflow_dispatch:
165

176
concurrency:

.github/workflows/PS4.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
11
name: PS4
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
paths-ignore:
8-
- '*.md'
9-
- 'docs/**'
10-
pull_request:
11-
types: [opened, synchronize]
12-
paths-ignore:
13-
- '*.md'
14-
- 'docs/**'
15-
release:
16-
types: [published]
17-
paths-ignore:
18-
- '*.md'
19-
- 'docs/**'
4+
workflow_dispatch:
205

216
concurrency:
227
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/PS5.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
11
name: PS5 (ps5-payload-dev)
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
paths-ignore:
8-
- '*.md'
9-
- 'docs/**'
10-
pull_request:
11-
types: [opened, synchronize]
12-
paths-ignore:
13-
- '*.md'
14-
- 'docs/**'
15-
release:
16-
types: [published]
17-
paths-ignore:
18-
- '*.md'
19-
- 'docs/**'
4+
workflow_dispatch:
205

216
concurrency:
227
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)