Skip to content

Commit 351d6a8

Browse files
committed
Make sure CI uploads releases
Signed-off-by: falkTX <[email protected]>
1 parent 06d61a5 commit 351d6a8

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/build.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: build
22

3-
on:
4-
push:
5-
branches:
6-
- '*'
7-
pull_request:
8-
branches:
9-
- '*'
3+
on: [push, pull_request]
104

115
env:
126
CACHE_VERSION: 2

.github/workflows/irc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: irc
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
notification:

0 commit comments

Comments
 (0)