mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
Update CI to run on main branch events
This commit is contained in:
parent
8b9977a7c4
commit
65760b1189
2 changed files with 4 additions and 4 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -1,9 +1,9 @@
|
|||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
unit-tests:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue