feat(ci): make pushes to main build hopefully
This commit is contained in:
parent
e0669ddecc
commit
ed3879ff86
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -2,9 +2,9 @@ name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: "main"
|
branches: main
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: "main"
|
branches: main
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue