cicd: run build-snapshot against prs
This commit is contained in:
parent
1ab35fdb36
commit
6b2bc0adc0
|
|
@ -2,8 +2,10 @@
|
|||
name: "Build Snapshot"
|
||||
|
||||
on:
|
||||
- push
|
||||
- workflow_dispatch
|
||||
push:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build-snapshot:
|
||||
|
|
|
|||
Loading…
Reference in New Issue