#266, docs, contact details

This commit is contained in:
Jokob-sk
2023-06-25 08:24:53 +10:00
parent 430e53820a
commit e231600b88
9 changed files with 34 additions and 10 deletions

View File

@@ -18,7 +18,9 @@ jobs:
permissions:
contents: read
packages: write
if: contains(github.event.head_commit.message, 'PUSHPROD') != 'True'
if: >
contains(github.event.head_commit.message, 'PUSHPROD') != 'True' &&
github.repository == 'jokob-sk/Pi.Alert'
steps:
- name: Checkout
uses: actions/checkout@v3