mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 05:03:59 -05:00
chore: CI on PRs
This commit is contained in:
parent
5faa1d6ef7
commit
ff5cf1239c
1 changed files with 7 additions and 1 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
|
@ -1,5 +1,11 @@
|
|||
name: Build sidekick-bin
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
run:
|
||||
name: Build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue