Skip to content

Commit aed78ca

Browse files
committed
Don't run release pipeline on PR/push
1 parent ba7cccd commit aed78ca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@ name: Build and release
22

33
on:
44
push:
5-
branches:
6-
- master
75
tags:
86
- 'v*'
97
- 'cabal-install-*'
10-
pull_request:
11-
branches:
12-
- master
138
schedule:
149
- cron: '0 0 * * *'
1510
workflow_dispatch:

0 commit comments

Comments
 (0)