Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/check-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ jobs:
run: uv run -- ruff check --no-fix --output-format=github

build-and-publish:
if: |
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name== 'CSSUoB/TeX-Bot-Py-V2') ||
Comment thread
MattyTheHacker marked this conversation as resolved.
Outdated
(github.event_name == 'push' && github.repository == 'CSSUoB/TeX-Bot-Py-V2')
runs-on: ubuntu-latest
environment: publish
needs: [mypy, pre-commit, prevent-migrations-deletion, pymarkdown, pytest, ruff-lint, uv-check]
Expand Down