mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 00:25:55 +00:00
wip: makes action run automatically on push to this branch
This commit is contained in:
parent
fdc1c25116
commit
a4f90b5309
1 changed files with 5 additions and 1 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -1,6 +1,10 @@
|
|||
name: Release
|
||||
|
||||
on: workflow_dispatch
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'chore/gh2181/release-builds'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
version:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue