Skip to content

Commit

Permalink
Revert "adjust build release to only trigger when tag is pushed to ma…
Browse files Browse the repository at this point in the history
…ster"

This reverts commit 1ac3391.
  • Loading branch information
tnixon committed Jul 11, 2024
1 parent 1ac3391 commit 8ffdce7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: build-release

on:
pull_request:
types: [opened, synchronize]
push:
branches:
- master
tags:
- 'v*' # only release a versioned tag, such as v.X.Y.Z
branches: ['master']

jobs:
release:
Expand Down

0 comments on commit 8ffdce7

Please sign in to comment.