Skip to content

Commit 329f9b4

Browse files
feat: allow content writes from feature branches
1 parent 44b41cb commit 329f9b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ permissions:
44
contents: write
55
on:
66
push:
7-
branches: [main, develop]
7+
branches: [main, develop, 'feat/**']
88
pull_request:
9-
branches: [main, develop]
9+
branches: [main, develop, 'feat/**']
1010

1111
jobs:
1212
lint-and-format:

0 commit comments

Comments
 (0)