Allow releases from a github action
This commit is contained in:
parent
4933170ae8
commit
6d30247bc5
1 changed files with 6 additions and 2 deletions
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
|
@ -2,12 +2,16 @@ name: Release
|
|||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- controller*
|
||||
branches:
|
||||
- master
|
||||
|
||||
watch:
|
||||
types: [started]
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.actor == 'aledbf'
|
||||
steps:
|
||||
- name: Checkout master
|
||||
uses: actions/checkout@v1
|
||||
|
|
Loading…
Reference in a new issue