Fix workflow typo in branch filter
This commit is contained in:
parent
5bb7351a17
commit
28393a68a7
1 changed files with 3 additions and 3 deletions
6
.github/workflows/flaskr-ci.yaml
vendored
6
.github/workflows/flaskr-ci.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue