Fix typo in the README

This commit is contained in:
Josh Dales
2022-09-22 09:05:46 -04:00
parent 0861fa5acc
commit 4c74e84461

View File

@@ -88,10 +88,10 @@ source:
frontend:
- any: ['src/**/*.js']
all: ['!src/main.js']
# Add 'feature' label to any branch that starts with `feature` or has a `feature` section in the name
feature:
- branch: ['feature/**', '*/feaure/**']
- branch: ['feature/**', '*/feature/**']
```
### Create Workflow