Browse Source

Merge branch 'main' of github.com:DISTRHO/Cardinal into update/grande

pull/479/head
dreamer 3 years ago
parent
commit
7047f8cc4e
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      .github/workflows/build.yml

+ 5
- 0
.github/workflows/build.yml View File

@@ -2,6 +2,11 @@ name: build

on:
push:
branches:
- '*'
pull_request:
branches:
- '*'

env:
CACHE_VERSION: 1


Loading…
Cancel
Save