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
|
# events but only for the master branch
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- refs/tags/*
|
- 'v*'
|
||||||
|
|
||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue