fix: restore build push triggers (#759)

This commit is contained in:
Jens
2026-01-09 06:28:19 +01:00
committed by GitHub
parent 066ecc87b8
commit 7d8a0c43d9

View File

@@ -10,6 +10,7 @@ on: # https://docs.github.com/en/actions/reference/workflows-and-actions/events
# https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#schedule # https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#schedule
- cron: '0 15 1 * *' - cron: '0 15 1 * *'
push: push:
branches: ['**'] # build all branches
tags-ignore: ['**'] # don't build tags tags-ignore: ['**'] # don't build tags
paths-ignore: paths-ignore:
- '**/*.md' - '**/*.md'