Skip to content

Commit 65609de

Browse files
Reduce the number of CI runs
1 parent daf0efd commit 65609de

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [main]
66
push:
77
branches: [main]
8+
paths: ["swift-ci/**"]
89

910
jobs:
1011
push_to_registry:

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: Publish Docker image
22
on:
3+
workflow_dispatch: {}
4+
pull_request:
5+
branches: [main]
36
push:
47
branches: [main]
8+
paths-ignore: ["swift-ci/**"]
59

610
jobs:
711
push_to_registry:

0 commit comments

Comments
 (0)