Skip to content

Commit

Permalink
feat(wip): trigger from pr
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwagner committed Jan 25, 2024
1 parent bccd650 commit 0bdec57
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:
#push:
#tags:
#- "v*.*.*"
workflow_dispatch:
inputs:
branch:
description: Branch
#workflow_dispatch:
#inputs:
#branch:
#description: Branch
pull_request: # TODO: only for testing
branches: "*"

jobs:
#build-linux-static:
Expand Down

0 comments on commit 0bdec57

Please sign in to comment.