mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Upgrade dependencies (#619)
This commit is contained in:
parent
4007647c34
commit
4a780574eb
9 changed files with 20 additions and 22 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -1,9 +1,11 @@
|
|||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue