mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 02:50:19 +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
|
name: Release
|
||||||
'on':
|
'on':
|
||||||
release:
|
push:
|
||||||
types:
|
tags:
|
||||||
- published
|
- '*'
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|
Loading…
Reference in a new issue