diff options
author | morpheus65535 <[email protected]> | 2021-03-02 07:19:54 -0500 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2021-03-02 07:19:54 -0500 |
commit | a772fda10aabb43aa630dab733ccb0435ad74d11 (patch) | |
tree | 8d9353b9acd0964098a12824661e933c1990a47e /.github | |
parent | 53d6aedfc501a89ba2454ab92a913a44dff003ef (diff) | |
download | bazarr-a772fda10aabb43aa630dab733ccb0435ad74d11.tar.gz bazarr-a772fda10aabb43aa630dab733ccb0435ad74d11.zip |
Fixed dev branch pipeline to prevent PR from triggering it.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release_beta_to_dev.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/release_beta_to_dev.yaml b/.github/workflows/release_beta_to_dev.yaml index 642c5d189..a5e08f63d 100644 --- a/.github/workflows/release_beta_to_dev.yaml +++ b/.github/workflows/release_beta_to_dev.yaml @@ -2,8 +2,6 @@ name: release_beta_to_dev on: push: branches: [ development ] - pull_request: - branches: [ development ] jobs: Release: |