Skip to content

Commit

Permalink
Update action for tag builds
Browse files Browse the repository at this point in the history
  • Loading branch information
thorrak committed Jan 13, 2022
1 parent fc43fee commit 860a4bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Expand Up @@ -6,8 +6,8 @@ on:
- master
tags:
- "v*"
pull_request:
types: [ open, synchronize, edited, reopened, closed ]
# pull_request:
# types: [ open, synchronize, edited, reopened, closed ]

jobs:
build:
Expand Down Expand Up @@ -50,9 +50,9 @@ jobs:
# if: github.event.pull_request.merged == true
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest-${{ github.event.pull_request.base.ref }}"
# automatic_release_tag: "latest-${{ github.event.pull_request.base.ref }}"
prerelease: true
title: "Development Build"
# title: "Development Build"
files: |
LICENSE
bin/*.bin
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -100,3 +100,4 @@ docs/.build/doctrees/

cmake-build-*

.DS_Store

0 comments on commit 860a4bd

Please sign in to comment.