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:
parent
71d2378b7e
commit
6ba805ba33
6
.github/workflows/sdrangel.yml
vendored
6
.github/workflows/sdrangel.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user