ci: Fix dev workflow no longer triggering

pull/255/head
Elian Doran 2024-07-21 08:43:28 +07:00
parent b55e93c7c1
commit 028565d89b
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

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