Skip to content

Commit 10b589f

Browse files
author
Jacek Gębal
committed
Do not push into branch if the build is on a pull request
1 parent f27c37c commit 10b589f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99
inputs:
1010
pr_number:
11-
description: Pull request number
11+
description: Pull request number (optional)
1212
required: false
1313

1414
concurrency: ${{github.ref}}

0 commit comments

Comments
 (0)