Change action for deb build to run only on tag change

This commit is contained in:
osaajani 2020-06-23 20:58:40 +02:00
parent d9a56e02ce
commit 350dbb5b59
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,10 @@ name: Trigger .deb build
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on: [push]
on:
push:
branches:
- refs/tags/*
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: