Skip to content

Commit d49ed12

Browse files
authored
Merge pull request NVIDIA#459 from JunAr7112/update_workflow_definition
Update workflow to publish to GHCR on PR tests
2 parents 9cae45a + 4469653 commit d49ed12

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/image.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,9 @@
1616
name: image
1717

1818
on:
19-
pull_request:
20-
types:
21-
- opened
22-
- synchronize
23-
branches:
24-
- main
25-
- release-*
2619
push:
2720
branches:
21+
- "pull-request/[0-9]+"
2822
- main
2923
- release-*
3024

0 commit comments

Comments
 (0)