Browse Source

Make sure CI uploads releases

Signed-off-by: falkTX <falktx@falktx.com>
tags/23.02^0
falkTX 2 years ago
parent
commit
351d6a815f
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 8 deletions
  1. +1
    -7
      .github/workflows/build.yml
  2. +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:


Loading…
Cancel
Save