This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
20
Wiki
Activity
Browse Source
Make sure CI uploads releases
Signed-off-by: falkTX <falktx@falktx.com>
tags/23.02^0
falkTX
2 years ago
parent
06d61a55a2
commit
351d6a815f
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
2 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-7
.github/workflows/build.yml
+1
-1
.github/workflows/irc.yml
+ 1
- 7
.github/workflows/build.yml
View File
@@ -1,12 +1,6 @@
name: build
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
on: [push, pull_request]
env:
CACHE_VERSION: 2
+ 1
- 1
.github/workflows/irc.yml
View File
@@ -1,6 +1,6 @@
name: irc
on: [push]
on: [push
, pull_request
]
jobs:
notification:
Write
Preview
Loading…
Cancel
Save