Update trigger_deb_build.yml
This commit is contained in:
parent
adef27f862
commit
6216ff63bb
|
@ -6,8 +6,8 @@ name: Trigger .deb build
|
|||
# events but only for the master branch
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- refs/tags/*
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue