build: fix workflow triggers [skip ci]
This commit is contained in:
5
.github/workflows/edge.yaml
vendored
5
.github/workflows/edge.yaml
vendored
@@ -1,9 +1,14 @@
|
||||
name: Publish Edge image
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- '**.ts'
|
||||
- 'src/**'
|
||||
- 'schema/**'
|
||||
|
||||
jobs:
|
||||
build_and_push:
|
||||
|
||||
Reference in New Issue
Block a user