Dont trigger the same action on nightly tag creation

This commit is contained in:
Ben Adrian Sarmiento
2024-06-20 01:47:53 +02:00
parent 072e2d26dd
commit 497063a9ae

View File

@@ -3,7 +3,7 @@ name: Build and Release
on: on:
push: push:
tags: tags:
- '*' - 'v**'
schedule: schedule:
- cron: '0 1 * * *' - cron: '0 1 * * *'