Skip to content

Commit

Permalink
Run on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
ATQlove committed Aug 2, 2024
1 parent 81e75d7 commit a51c648
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd-convert-debian-bookworm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
Expand All @@ -25,7 +28,7 @@ jobs:
- name: Set LC_ALL to POSIX
run: echo "export LC_ALL=POSIX" >> $GITHUB_ENV

- name: Run TeXmacs script xvfb
- name: Run TeXmacs script with xvfb
run: |
texmacs_bin=$(which texmacs)
xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" $texmacs_bin -x '(begin (load "notes-tools.scm") (notes-update) (quit))'
Expand Down

0 comments on commit a51c648

Please sign in to comment.