build: fix workflow triggers [skip ci]

This commit is contained in:
psyko-gh
2024-08-24 15:07:32 +02:00
parent e290c13446
commit c5cb1748d3

View File

@@ -1,9 +1,14 @@
name: Publish Edge image
on:
workflow_dispatch:
push:
branches:
- master
paths:
- '**.ts'
- 'src/**'
- 'schema/**'
jobs:
build_and_push: