ci: fix push filter ignoring tags

This commit is contained in:
bastimeyer 2022-07-09 05:07:44 +02:00 committed by Sebastian Meyer
parent 3ce369477d
commit b7a8da256f
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ on:
push:
branches-ignore:
- 'automated/**'
tags:
- '**'
pull_request: {}
schedule:
- cron: '0 0 * * *'