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 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 }}