mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-21 18:40:18 +01:00
Issue #201: Try to match tag pushes instead of release creation.
This commit is contained in:
parent
8f4c8cc4bb
commit
2f1b4546a4
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -7,9 +7,9 @@
|
|||
|
||||
name: Release
|
||||
'on':
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
|
Loading…
Reference in a new issue