Skip to content

Commit 9fb7fb9

Browse files
forgot to change the logic lol
1 parent e764b20 commit 9fb7fb9

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' ||
221+
github.event_name != 'pull_request' ||
222222
github.event.pull_request.head.repo.full_name == 'CSSUoB/TeX-Bot-Py-V2'
223223
runs-on: ubuntu-latest
224224
environment: publish

0 commit comments

Comments
 (0)