Skip to content

Commit

Permalink
Fix action not runing
Browse files Browse the repository at this point in the history
  • Loading branch information
NV4RE committed Nov 13, 2019
1 parent 3c9d30f commit 874c74e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/onTags.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: On tags

on: [tags]
on:
push:
tags:
- v*

jobs:
push-docker:
Expand Down

0 comments on commit 874c74e

Please sign in to comment.