fix: invalid branch name in github action workflow
This commit is contained in:
parent
5a7c2d425c
commit
44987f9d1f
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -3,10 +3,10 @@ name: Build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user