mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-23 00:03:33 +00:00
Fixed dev branch pipeline to prevent PR from triggering it.
This commit is contained in:
parent
53d6aedfc5
commit
a772fda10a
1 changed files with 0 additions and 2 deletions
2
.github/workflows/release_beta_to_dev.yaml
vendored
2
.github/workflows/release_beta_to_dev.yaml
vendored
|
@ -2,8 +2,6 @@ name: release_beta_to_dev
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ development ]
|
branches: [ development ]
|
||||||
pull_request:
|
|
||||||
branches: [ development ]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Release:
|
Release:
|
||||||
|
|
Loading…
Reference in a new issue