mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Change action for deb build to run only on tag change
This commit is contained in:
parent
d9a56e02ce
commit
350dbb5b59
1 changed files with 4 additions and 1 deletions
5
.github/workflows/trigger_deb_build.yml
vendored
5
.github/workflows/trigger_deb_build.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue