1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-22 08:04:49 -05:00

Run CI/CD only on pull requests and tag releases

This commit is contained in:
f4exb 2021-11-03 15:48:13 +01:00
parent 71d2378b7e
commit 6ba805ba33

View File

@ -2,7 +2,11 @@
# https://gist.github.com/NickNaso/0d478f1481686d5bcc868cac06620a60
name: SDRangel CI/CD
on: [push, pull_request]
on:
push:
tags:
- 'v*'
pull_request:
jobs:
build: