Skip to content

Commit

Permalink
Only check release ref on release
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Jun 20, 2023
1 parent f414bfb commit e687d12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
jobs:
servers-build:
name: Build Server Binaries
if: startsWith( github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
Expand Down Expand Up @@ -38,7 +37,6 @@ jobs:

clients-build:
name: Build Client Binaries
if: startsWith( github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
Expand Down

0 comments on commit e687d12

Please sign in to comment.