Skip to content

Commit

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

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

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

permissions:
contents: read
Expand Down

0 comments on commit e321699

Please sign in to comment.