feat: allow workflow to trigger on feature branches
This commit is contained in:
1
.github/workflows/docs-to-issues.yml
vendored
1
.github/workflows/docs-to-issues.yml
vendored
@@ -5,6 +5,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- development
|
||||
- feature/**
|
||||
paths:
|
||||
- 'docs/issues/**/*.md'
|
||||
- '!docs/issues/created/**'
|
||||
|
||||
Reference in New Issue
Block a user