Run CI on pushes to main too.
This commit is contained in:
parent
f388b2a6c3
commit
537118574b
|
@ -1,6 +1,9 @@
|
|||
name: "CI"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
|
Loading…
Reference in New Issue