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:
|
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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue