Skip to content

Commit cd23878

Browse files
fix check
1 parent 308ab8b commit cd23878

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ 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') ||
222-
(github.event_name == 'push' && github.repository == 'CSSUoB/TeX-Bot-Py-V2')
221+
github.event_name != 'pull_request' ||
222+
github.event.pull_request.head.repo.full_name== 'CSSUoB/TeX-Bot-Py-V2'
223223
runs-on: ubuntu-latest
224224
environment: publish
225225
needs: [mypy, pre-commit, prevent-migrations-deletion, pymarkdown, pytest, ruff-lint, uv-check]

0 commit comments

Comments
 (0)