Skip to content

Commit

Permalink
only trigger build when new version is tagged
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Feb 4, 2022
1 parent 415517d commit 79508bb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ name: Build/release

on:
push:
branches:
- master
pull_request:
branches:
- master
tags:
- 'v*'

jobs:
release:
Expand Down

0 comments on commit 79508bb

Please sign in to comment.