Skip to content

Commit

Permalink
Make sure CI uploads releases
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Feb 27, 2023
1 parent 06d61a5 commit 351d6a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
@@ -1,12 +1,6 @@
name: build

on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
on: [push, pull_request]

env:
CACHE_VERSION: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/irc.yml
@@ -1,6 +1,6 @@
name: irc

on: [push]
on: [push, pull_request]

jobs:
notification:
Expand Down

0 comments on commit 351d6a8

Please sign in to comment.