Skip to content

Commit

Permalink
CI: stop duplicate push builds on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-kai committed Mar 8, 2024
1 parent 8be5dfd commit 5c4c961
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Build

on: [push, pull_request]
on:
workflow_dispatch:
inputs: {}
push:
branches: [ "develop" ]
tags: [ "v**" ]
pull_request:
branches: [ "develop" ]

jobs:
sbt-test:
Expand Down

0 comments on commit 5c4c961

Please sign in to comment.