Skip to content

Commit 5c4c961

Browse files
committed
CI: stop duplicate push builds on PR
1 parent 8be5dfd commit 5c4c961

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Build
22

3-
on: [push, pull_request]
3+
on:
4+
workflow_dispatch:
5+
inputs: {}
6+
push:
7+
branches: [ "develop" ]
8+
tags: [ "v**" ]
9+
pull_request:
10+
branches: [ "develop" ]
411

512
jobs:
613
sbt-test:

0 commit comments

Comments
 (0)