mirror of https://github.com/kcal-app/kcal.git
Only run CI on `main` branch
This commit is contained in:
parent
264a194202
commit
a023cce772
|
|
@ -1,5 +1,8 @@
|
|||
name: CI
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue