mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-30 07:10:51 -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
|
name: Generate Documentation PDF
|
||||||
on:
|
on:
|
||||||
# # Triggers the workflow on push but only for the master branch
|
pull_request:
|
||||||
push:
|
types:
|
||||||
branches: [master]
|
- closed
|
||||||
|
|
||||||
# Note: This is different from "pull_request". Need to specify ref when doing checkouts.
|
|
||||||
pull_request_target:
|
|
||||||
branches: [master]
|
|
||||||
paths-ignore:
|
|
||||||
- "**.md"
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue