Skip to content

Commit 4abb76b

Browse files
committed
Only run deploy in master branch
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
1 parent a9b6294 commit 4abb76b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
- master
77
workflow_dispatch:
88

9-
pull_request:
10-
branches:
11-
- master
9+
# pull_request:
10+
# branches:
11+
# - master
1212

1313
permissions:
1414
id-token: write

0 commit comments

Comments
 (0)