Skip to content

Commit a442cbb

Browse files
patch(ci): disable push trigger for build
had been causing build failures for quite a while due to expired certs
1 parent 0bef81a commit a442cbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Build Swiftcord Nightly
22

33
on:
4-
push:
4+
# Build is broken due to expired certs, disabling the workflow for now
5+
# push:
56
workflow_dispatch:
67

78
concurrency:

0 commit comments

Comments
 (0)