Skip to content

Commit 1eada2e

Browse files
committed
cicd: allow deploy-docs to trigger from comments
Signed-off-by: Hank Donnay <hdonnay@redhat.com> Change-Id: Ic8dc5f62f620dc8b5320d9b2b5b49f846a6a6964
1 parent 5109b1d commit 1eada2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fast-forward.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
merge: true
3232
comment: on-error
3333
deploy-docs:
34-
if: ${{ success() && github.base_ref == 'main' }}
34+
if: ${{ success() && github.event.issue.pull_request }}
3535
permissions:
3636
contents: write
3737
needs: fast-forward

0 commit comments

Comments
 (0)