Skip to content

Commit

Permalink
use proper event as trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Lugo committed Aug 18, 2024
1 parent 22189c4 commit 6020a76
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Build Binaries

on: push
# on:
# push:
# tags:
# - 'v[0-9]+.[0-9]+.[0-9]+*'
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

env:
REFINERY_CONFIG: postgres://arroyo:arroyo@localhost:5432/arroyo
Expand Down

0 comments on commit 6020a76

Please sign in to comment.