Skip to content

Get rid of Chump dependency for Pushover #75

Get rid of Chump dependency for Pushover

Get rid of Chump dependency for Pushover #75

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI/CD dev
on:
push:
branches: [ dev ]
workflow_dispatch:
jobs:
test:
name: Test
uses: ./.github/workflows/test.yml
publish:
name: Publish to Docker Hub
uses: ./.github/workflows/publish_docker.yml
needs: test
if: github.repository_owner == 'ParadoxAlarmInterface'
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}