ci: build on all tags

This commit is contained in:
will Farrell
2020-12-02 13:18:01 -07:00
committed by GitHub
parent e28e8dbd2f
commit ef29a8dadc

View File

@@ -5,7 +5,7 @@ on:
branches: branches:
- main - main
tags: tags:
- '^\d+\.\d+\.\d+$' - '*'
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 0 * * *'