This commit is contained in:
ineed bots
2023-08-30 15:36:58 -06:00
parent ad4191eb97
commit 5604709120
2 changed files with 5 additions and 1 deletions

View File

@ -63,7 +63,7 @@ jobs:
name: Deploy release
runs-on: ubuntu-latest
needs: [ build ]
if: startsWith(github.ref, 'refs/tags/') && (github.event.base_ref == 'refs/heads/main' || github.event.base_ref == 'refs/heads/develop')
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Check out files
uses: actions/checkout@v3.5.3