Skip to content

Commit 17b0bf0

Browse files
authored
Merge pull request trustyai-explainability#33 from trustyai-explainability/RobGeada-patch-1
Update and rename build-and-push-hf.yaml to build-and-push.yaml, broaden change triggers
2 parents 259d094 + 6aeb837 commit 17b0bf0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build-and-push-hf.yaml renamed to .github/workflows/build-and-push.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
name: Build and Push - Huggingface Detector
1+
name: Build and Push - Detectors
22
on:
33
push:
44
branches:
55
- main
66
tags:
77
- v*
88
paths:
9-
- 'detectors/huggingface/*'
10-
- 'detectors/Dockerfile.hf'
9+
- 'detectors/*'
10+
- '.github/workflows/*'
1111
pull_request_target:
1212
paths:
13-
- 'detectors/huggingface/*'
14-
- 'detectors/Dockerfile.hf'
13+
- 'detectors/*'
1514
types: [labeled, opened, synchronize, reopened]
1615
jobs:
1716
# Ensure that tests pass before publishing a new image.

0 commit comments

Comments
 (0)