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