Skip to content

Commit 3bc966c

Browse files
committed
chore(ci): trigger actions on pull requests
1 parent f3167ca commit 3bc966c

18 files changed

+90
-18
lines changed

.github/workflows/apache-tika.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ name: apache-tika
33
on:
44
schedule:
55
- cron: "00 01 * * 1"
6+
pull_request:
7+
paths:
8+
- .github/workflows/apache-tika.yaml
9+
- 'images/apache-tika/**.yaml'
610
push:
711
branches:
812
- 'main'
913
paths:
1014
- .github/workflows/apache-tika.yaml
11-
- 'images/apache-tika/*.yaml'
15+
- 'images/apache-tika/**.yaml'
1216
workflow_dispatch:
1317

1418
permissions:

.github/workflows/bash.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ name: bash
33
on:
44
schedule:
55
- cron: "00 01 * * 1"
6+
pull_request:
7+
paths:
8+
- .github/workflows/bash.yaml
9+
- 'images/bash/**.yaml'
610
push:
711
branches:
812
- 'main'
913
paths:
1014
- .github/workflows/bash.yaml
11-
- 'images/bash/*.yaml'
15+
- 'images/bash/**.yaml'
1216
workflow_dispatch:
1317

1418
permissions:

.github/workflows/fluent-bit.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ name: fluent-bit
33
on:
44
schedule:
55
- cron: "00 01 * * 1-5"
6+
pull_request:
7+
paths:
8+
- .github/workflows/fluent-bit.yaml
9+
- 'images/fluent-bit/**.yaml'
610
push:
711
branches:
812
- 'main'
913
paths:
1014
- .github/workflows/fluent-bit.yaml
11-
- 'images/fluent-bit/*.yaml'
15+
- 'images/fluent-bit/**.yaml'
1216
workflow_dispatch:
1317

1418
permissions:

.github/workflows/ggshield.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ name: ggshield
33
on:
44
schedule:
55
- cron: "00 01 * * 1-5"
6+
pull_request:
7+
paths:
8+
- .github/workflows/ggshield.yaml
9+
- 'images/ggshield/**.yaml'
610
push:
711
branches:
812
- 'main'
913
paths:
1014
- .github/workflows/ggshield.yaml
11-
- 'images/ggshield/*.yaml'
15+
- 'images/ggshield/**.yaml'
1216
workflow_dispatch:
1317

1418
permissions:

.github/workflows/helm.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ name: helm
33
on:
44
schedule:
55
- cron: "00 01 * * 1"
6+
pull_request:
7+
paths:
8+
- .github/workflows/helm.yaml
9+
- 'images/helm/**.yaml'
610
push:
711
branches:
812
- 'main'
913
paths:
1014
- .github/workflows/helm.yaml
11-
- 'images/helm/*.yaml'
15+
- 'images/helm/**.yaml'
1216
workflow_dispatch:
1317

1418
permissions:

.github/workflows/infra-tools.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ name: infra-tools
33
on:
44
schedule:
55
- cron: "00 01 * * 1"
6+
pull_request:
7+
paths:
8+
- .github/workflows/infra-tools.yaml
9+
- 'images/infra-tools/**.yaml'
610
push:
711
branches:
812
- 'main'
913
paths:
1014
- .github/workflows/infra-tools.yaml
11-
- 'images/infra-tools/*.yaml'
15+
- 'images/infra-tools/**.yaml'
1216
workflow_dispatch:
1317

1418
permissions:

.github/workflows/ingress-nginx-controller.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ name: ingress-nginx-controller
33
on:
44
schedule:
55
- cron: "00 01 * * 1"
6+
pull_request:
7+
paths:
8+
- .github/workflows/ingress-nginx-controller.yaml
9+
- 'images/ingress-nginx-controller/**.yaml'
610
push:
711
branches:
812
- 'main'
913
paths:
1014
- .github/workflows/ingress-nginx-controller.yaml
11-
- 'images/ingress-nginx-controller/*.yaml'
15+
- 'images/ingress-nginx-controller/**.yaml'
1216
workflow_dispatch:
1317

1418
permissions:

.github/workflows/istio-proxy.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ name: istio-proxy
33
on:
44
schedule:
55
- cron: "00 01 * * 1-5"
6+
pull_request:
7+
paths:
8+
- .github/workflows/istio-proxy.yaml
9+
- 'images/istio-proxy/**.yaml'
610
push:
711
branches:
812
- 'main'
913
paths:
1014
- .github/workflows/istio-proxy.yaml
11-
- 'images/istio-proxy/*.yaml'
15+
- 'images/istio-proxy/**.yaml'
1216
workflow_dispatch:
1317

1418
permissions:

.github/workflows/loki.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ name: loki
33
on:
44
schedule:
55
- cron: "00 01 * * 1-5"
6+
pull_request:
7+
paths:
8+
- .github/workflows/loki.yaml
9+
- 'images/loki/**.yaml'
610
push:
711
branches:
812
- 'main'
913
paths:
1014
- .github/workflows/loki.yaml
11-
- 'images/loki/*.yaml'
15+
- 'images/loki/**.yaml'
1216
workflow_dispatch:
1317

1418
permissions:

.github/workflows/minio.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ name: minio
33
on:
44
schedule:
55
- cron: "00 01 * * 1"
6+
pull_request:
7+
paths:
8+
- .github/workflows/minio.yaml
9+
- 'images/minio/**.yaml'
610
push:
711
branches:
812
- 'main'
913
paths:
1014
- .github/workflows/minio.yaml
11-
- 'images/minio/*.yaml'
15+
- 'images/minio/**.yaml'
1216
workflow_dispatch:
1317

1418
permissions:

0 commit comments

Comments
 (0)