Skip to content

Commit f8c5eeb

Browse files
author
Bharat Sharma
committed
workflow fix for godot and swift
1 parent 429463a commit f8c5eeb

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

.github/workflows/godot.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@ name: Godot Extension Build
33
on:
44
push:
55
paths:
6-
- 'platforms/swift/**'
6+
- 'platforms/godot/**'
7+
- 'src/**'
8+
- 'include/**'
9+
- 'third_party/**'
710
branches:
811
- main
912
pull_request:
1013
paths:
11-
- 'platforms/swift/**'
14+
- 'platforms/godot/**'
15+
- 'src/**'
16+
- 'include/**'
17+
- 'third_party/**'
1218
workflow_dispatch:
1319
workflow_call:
1420
jobs:

.github/workflows/swift.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@ name: Swift Platform
22

33
on:
44
push:
5+
paths:
6+
- 'platforms/swift/**'
7+
- 'src/**'
8+
- 'include/**'
9+
- 'third_party/**'
510
pull_request:
11+
paths:
12+
- 'platforms/swift/**'
13+
- 'src/**'
14+
- 'include/**'
15+
- 'third_party/**'
616
workflow_call:
717

818
jobs:

0 commit comments

Comments
 (0)