cicd: run build-snapshot against prs

This commit is contained in:
jamesread 2024-05-13 15:39:42 +01:00
parent 1ab35fdb36
commit 6b2bc0adc0
1 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,10 @@
name: "Build Snapshot"
on:
- push
- workflow_dispatch
push:
workflow_dispatch:
pull_request:
branches: [main]
jobs:
build-snapshot: