mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
run pdf action on pull_request (#1064)
This commit is contained in:
parent
589fc897df
commit
51e4689dc6
11
.github/workflows/pdf.yml
vendored
11
.github/workflows/pdf.yml
vendored
|
@ -1,14 +1,9 @@
|
|||
name: Generate Documentation PDF
|
||||
on:
|
||||
# # Triggers the workflow on push but only for the master branch
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
types:
|
||||
- closed
|
||||
|
||||
# Note: This is different from "pull_request". Need to specify ref when doing checkouts.
|
||||
pull_request_target:
|
||||
branches: [master]
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue