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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
on: [push, pull_request]
|
||||
|
||||
env:
|
||||
CACHE_VERSION: 2
|
||||
|
|
2
.github/workflows/irc.yml
vendored
2
.github/workflows/irc.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: irc
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
notification:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue