only run github action on meshtastic/meshtastic master

This commit is contained in:
thomas.ekstrand 2024-02-24 16:19:11 -06:00
parent ccf59fe678
commit 64bbbf98aa

View file

@ -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