mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2026-01-07 09:47:23 +08:00
only compile for master BR main.yml
This commit is contained in:
parent
80b4a43490
commit
725f9436cf
1 changed files with 4 additions and 2 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -1,8 +1,10 @@
|
|||
name: Compile PDFs
|
||||
|
||||
on:
|
||||
push: {}
|
||||
pull_request: {}
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue