Skip to content

Commit

Permalink
Enable Github Actions on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Apr 4, 2023
1 parent 7b8e6c2 commit 2b59898
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/texlive_on_linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: TeX Live on Linux
env:
cache-version: v12
on: [push]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

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

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

permissions:
contents: read
Expand Down

0 comments on commit 2b59898

Please sign in to comment.