Skip to content

Commit 32fe0fd

Browse files
committed
Enable deploy to balena action
1 parent 67b5244 commit 32fe0fd

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/deploy-to-balena.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
name: "Deploy to Balena"
22

33
on:
4-
push:
5-
tags:
6-
- "*.*.*"
4+
pull_request:
5+
types: [opened, synchronize, closed]
6+
branches:
7+
- main
8+
- master
79
paths-ignore:
810
- 'docs/**'
11+
- README.md
912

1013
env:
1114
BALENA_APP: balenalabs/balena-dash
@@ -24,7 +27,7 @@ jobs:
2427
# Synchronise the GitHub README with the Balena Hub README
2528
sync_readme: true
2629
# If pushing a tag to deploy, use the same tag as the version number to display on Balena Hub
27-
sync_tag: true
30+
sync_tag: false
2831

2932
- name: Deploy to Balena
3033
uses: balena-io/deploy-to-balena-action@master

0 commit comments

Comments
 (0)