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
on:
push:
branches:
- '!develop'
- '!feature/update*'
branches_ignore:
- 'develop'
- 'feature/update**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}