Skip to content

Commit ff2aa8b

Browse files
committed
Disable pull_request trigger in Docker image workflow
1 parent 21cfb6f commit ff2aa8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ on:
1919
push:
2020
branches: [ "trunk" ]
2121
tags: [ "v*" ]
22-
pull_request:
23-
branches: [ "trunk" ]
22+
# pull_request:
23+
# branches: [ "trunk" ]
2424
workflow_dispatch:
2525

2626
permissions:

0 commit comments

Comments
 (0)