Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 028565d

Browse files
committed
ci: Fix dev workflow no longer triggering
1 parent b55e93c commit 028565d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Dev
22
on:
33
push:
4-
branches:
5-
- '!develop'
6-
- '!feature/update*'
4+
branches_ignore:
5+
- 'develop'
6+
- 'feature/update**'
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)