mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-22 15:54:26 +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:
|
||||
push:
|
||||
branches: [ development ]
|
||||
pull_request:
|
||||
branches: [ development ]
|
||||
|
||||
jobs:
|
||||
Release:
|
||||
|
|
Loading…
Reference in a new issue