Make sure CI uploads releases
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
06d61a55a2
commit
351d6a815f
2 changed files with 2 additions and 8 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -1,12 +1,6 @@
|
||||||
name: build
|
name: build
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- '*'
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- '*'
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CACHE_VERSION: 2
|
CACHE_VERSION: 2
|
||||||
|
|
2
.github/workflows/irc.yml
vendored
2
.github/workflows/irc.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: irc
|
name: irc
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
notification:
|
notification:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue