mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-14 11:17:19 +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
.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…
x
Reference in New Issue
Block a user