Skip to content

Commit

Permalink
Merge pull request #261 from EstrellaXD/2.6-dev
Browse files Browse the repository at this point in the history
2.6.10
  • Loading branch information
EstrellaXD committed May 14, 2023
2 parents 22b914b + fbf1376 commit 9652916
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dev-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Deploy To Dockerhub(dev)

on:
push:
branches:
- '*-dev'
tags:
- '\d+\.\d+\.\d+-beta\d+'
- '\d+\.\d+-beta\d+'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:
jobs:
generate_release_draft:
runs-on: ubuntu-latest
if:
- github.event.pull_request.merged == true
- github.event.pull_request.base.ref == 'main'
if: >
github.event.pull_request.merged == true &&
github.event.pull_request.base.ref == 'main'
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 9652916

Please sign in to comment.