Detect tag changes (#2)

This commit is contained in:
Hangkun Ung
2022-02-20 21:04:22 -05:00
committed by Pierre Carrier
parent 31632acfad
commit 85269f2746

View File

@ -4,6 +4,8 @@ on:
push: push:
branches: branches:
- main - main
tags:
- '*'
pull_request: pull_request:
types: [opened, reopened, synchronize] types: [opened, reopened, synchronize]