Skip to content

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

+3-3
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)