We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f7454 commit 3eaa1a9Copy full SHA for 3eaa1a9
1 file changed
.github/workflows/build_latex.yml
@@ -1,5 +1,9 @@
1
name: Build LaTeX document
2
-on: [push]
+on:
3
+ push:
4
+ branches:
5
+ master
6
+ pull_request:
7
jobs:
8
build_latex:
9
runs-on: ubuntu-latest
0 commit comments