Fix typo in pull_request workflow
All checks were successful
BuildTest / Build and test (push) Successful in 3m56s

We cannot spell the word "branches"
This commit is contained in:
2024-03-15 15:31:17 +00:00
parent cead310efc
commit 063fdca1ca

View File

@@ -3,7 +3,7 @@ on:
push:
branches: [ main ]
pull_request:
breanches: [ main ]
branches: [ main ]
jobs:
build: