mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Changes when pipelines are triggered:
- Build now on new Pull Requests - Release only on new pushed tags
This commit is contained in:
parent
660f9c205b
commit
a4b97121ab
2 changed files with 3 additions and 4 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Build
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
go:
|
||||
name: Test Server on ${{ matrix.os }}
|
||||
|
|
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -1,9 +1,8 @@
|
|||
name: Release
|
||||
|
||||
on:
|
||||
create:
|
||||
push:
|
||||
tags:
|
||||
- v*.*.*
|
||||
- '*'
|
||||
jobs:
|
||||
release:
|
||||
name: Release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue