Fix workflow typo in branch filter

This commit is contained in:
ted-cdw 2023-02-23 16:59:33 -05:00
parent 5bb7351a17
commit 28393a68a7

View file

@ -2,10 +2,10 @@ name: Build and Test
on:
workflow_dispatch: # Enables manually running the workflow
push:
banches:
- feature/**
branches:
- 'feature/**'
pull_request:
branches:
branches:
- main
jobs:
tests: