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: on:
workflow_dispatch: # Enables manually running the workflow workflow_dispatch: # Enables manually running the workflow
push: push:
banches: branches:
- feature/** - 'feature/**'
pull_request: pull_request:
branches: branches:
- main - main
jobs: jobs:
tests: tests: