Skip to content

Commit

Permalink
Fix trigger (#201)
Browse files Browse the repository at this point in the history
Signed-off-by: DavidLiu <david.yx.liu@oracle.com>
  • Loading branch information
David Liu committed Aug 20, 2021
1 parent c3a43b5 commit f419919
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/release.yml → .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ name: release latest

on:
push:
branches: ["master", "alpha"]
tags: "v*"
branches:
- "master"
- "alpha"
tags:
- "v*"
workflow_dispatch:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit f419919

Please sign in to comment.