ci: Fix dev workflow no longer triggering

This commit is contained in:
Elian Doran 2024-07-21 08:43:28 +03:00
parent b55e93c7c1
commit 028565d89b
No known key found for this signature in database

View File

@ -1,9 +1,9 @@
name: Dev name: Dev
on: on:
push: push:
branches: branches_ignore:
- '!develop' - 'develop'
- '!feature/update*' - 'feature/update**'
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}