Skip to content

Commit

Permalink
linux dev workflow should be dev
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeOfBreeze authored Jul 29, 2024
1 parent 35ddd0d commit 37c3085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-linux-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Linux Dev
on:
push:
tags:
- 'v*'
- 'dev-*'

#for uploading release exe
permissions:
Expand All @@ -12,7 +12,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
environment: prod
environment: dev

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 37c3085

Please sign in to comment.