Skip to content

Commit

Permalink
chore: Add trigger for push events on versioned tags in hydrun workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlovelltroy committed Nov 23, 2024
1 parent 4f648b0 commit 50b938f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/hydrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
push:
tags:
- 'v*.*.*'

jobs:
build-linux:
Expand Down

0 comments on commit 50b938f

Please sign in to comment.