Skip to content

Commit f723b38

Browse files
Update .github/workflows/check-build-deploy.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cbe0d7b commit f723b38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-build-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218

219219
build-and-publish:
220220
if: |
221-
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name== 'CSSUoB/TeX-Bot-Py-V2') ||
221+
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'CSSUoB/TeX-Bot-Py-V2') ||
222222
(github.event_name == 'push' && github.repository == 'CSSUoB/TeX-Bot-Py-V2')
223223
runs-on: ubuntu-latest
224224
environment: publish

0 commit comments

Comments
 (0)