Change action for deb build to run only on tag change
This commit is contained in:
parent
d9a56e02ce
commit
350dbb5b59
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue