mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-29 15:51:21 +00:00
feat: run on pushes to main
This commit is contained in:
parent
63912af801
commit
135c805e28
1 changed files with 3 additions and 0 deletions
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
|
@ -1,6 +1,9 @@
|
||||||
name: Checks
|
name: Checks
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Reference in a new issue