mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
only run github action on meshtastic/meshtastic master
This commit is contained in:
parent
ccf59fe678
commit
64bbbf98aa
1
.github/workflows/pdf.yml
vendored
1
.github/workflows/pdf.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
if: github.repository == 'meshtastic/meshtastic' && github.ref == 'refs/heads/master'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install Prince
|
- name: Install Prince
|
||||||
|
|
Loading…
Reference in a new issue