fix: 🐛 release branch workflow triggers

This commit is contained in:
Guz013
2023-07-07 15:40:47 -03:00
parent 386c556650
commit 10c6db7ebc

View File

@@ -4,12 +4,12 @@ on:
push:
branches:
- dev
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
update-release:
if: github.ref_name == 'dev'
runs-on: ubuntu-latest
permissions:
contents: write