geforkt von mirrored/vaultwarden
Also run actions CI on pull request
`push` only counts for pushes to branches on the repo, not forks
Dieser Commit ist enthalten in:
Ursprung
828a060698
Commit
da55d5ec70
1 geänderte Dateien mit 9 neuen und 0 gelöschten Zeilen
9
.github/workflows/build.yml
gevendort
9
.github/workflows/build.yml
gevendort
|
@ -10,6 +10,15 @@ on:
|
||||||
- "docker/**"
|
- "docker/**"
|
||||||
- "hooks/**"
|
- "hooks/**"
|
||||||
- "tools/**"
|
- "tools/**"
|
||||||
|
pull_request:
|
||||||
|
# Ignore when there are only changes done too one of these paths
|
||||||
|
paths-ignore:
|
||||||
|
- "**.md"
|
||||||
|
- "**.txt"
|
||||||
|
- "azure-pipelines.yml"
|
||||||
|
- "docker/**"
|
||||||
|
- "hooks/**"
|
||||||
|
- "tools/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Laden …
In neuem Issue referenzieren