mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
fix: restore build push triggers (#759)
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user