Skip to content

Commit

Permalink
Enable deploy-to-balena action
Browse files Browse the repository at this point in the history
  • Loading branch information
maggie44 committed Dec 29, 2022
1 parent f6c82b8 commit c991e5c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/deploy-to-balena.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: "Deploy to Balena"

on:
push:
tags:
- "*.*.*"
pull_request:
types: [opened, synchronize, closed]
branches:
- main
- master
paths-ignore:
- 'docs/**'
- README.md

env:
BALENA_APP: balenalabs/balenasound
Expand All @@ -24,7 +27,7 @@ jobs:
# Synchronise the GitHub README with the Balena Hub README
sync_readme: true
# If pushing a tag to deploy, use the same tag as the version number to display on Balena Hub
sync_tag: true
sync_tag: false

- name: Deploy to Balena
uses: balena-io/deploy-to-balena-action@master
Expand Down

0 comments on commit c991e5c

Please sign in to comment.