Skip to content

Commit

Permalink
Add back GitHub Actions on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Oct 1, 2024
1 parent 726cd17 commit bf31cc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/texlive_on_linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: TeX Live on Linux
env:
cache-version: v12
on: push
on: [push, pull_request]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/texlive_on_mac.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: TeX Live on macOS
env:
cache-version: v12
on: push
on: [push, pull_request]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/texlive_on_win.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: TeX Live on Windows
env:
cache-version: v12
on: push
on: [push, pull_request]

permissions:
contents: read
Expand Down

0 comments on commit bf31cc4

Please sign in to comment.