Skip to content

Commit 5f6c90e

Browse files
committed
CI: Stop building OCI images on each PR, to save resources
1 parent 24fea83 commit 5f6c90e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/oci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ on:
1515
push:
1616
tags:
1717
- '*.*.*'
18-
pull_request:
19-
branches: [ main ]
18+
# pull_request:
19+
# branches: [ main ]
2020

2121
# Allow job to be triggered manually.
2222
workflow_dispatch:

0 commit comments

Comments
 (0)