Skip to content

Commit

Permalink
run workflow on release is created
Browse files Browse the repository at this point in the history
  • Loading branch information
shizunge authored Oct 27, 2021
1 parent 147b939 commit 893b938
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-hub-build-push.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: build docker image and push to docker hub

on:
push:
tags:
- '*'
release:
types: # This configuration does not affect the page_build event above
- created

jobs:
build:
Expand Down

0 comments on commit 893b938

Please sign in to comment.