mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -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 * * *'
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository == 'meshtastic/meshtastic' && github.ref == 'refs/heads/master'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install Prince
|
||||
|
|
Loading…
Reference in a new issue