Skip to content

Commit

Permalink
update triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
lawndoc authored Nov 14, 2023
1 parent bd8dbf4 commit b1aecaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Mediator Server Build"
on:
push:
tags:
- v*
- 'v*'
workflow_dispatch:

env:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: Create Release
name: Release Binaries

on:
push:
tags:
- v*
- 'v*'

jobs:

build-linux:
runs-on: ubuntu-latest
permissions:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tag-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ on:
- plugins/
- pyinstaller/
workflow_dispatch:

jobs:
build:
bump-tag:
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit b1aecaf

Please sign in to comment.