Skip to content

Commit 9e87250

Browse files
committed
workflows: filter triggering rules
1 parent c136251 commit 9e87250

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'Sources/**/*.swift'
79

810
jobs:
911
document:

.github/workflows/windows.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: windows
22

33
on:
44
pull_request:
5-
branches: [ main ]
5+
branches:
6+
- main
7+
paths:
8+
- '**/*.swift'
69

710
jobs:
811
build:

0 commit comments

Comments
 (0)