Skip to content

Commit

Permalink
only run build and release upon tag
Browse files Browse the repository at this point in the history
  • Loading branch information
awonak committed Feb 13, 2024
1 parent df778b4 commit ec48c51
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: Build and release
on:
pull_request:
push:
branches:
- main
paths:
- A-RYTH-MATIK/**
- SyncLFO/**
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
build_arythmatik:
Expand Down

0 comments on commit ec48c51

Please sign in to comment.