Rename workflow and adjust trigger paths

Updated workflow name and modified paths for triggers.
This commit is contained in:
Casey LP
2026-04-03 17:15:01 +01:00
committed by GitHub
parent 3f07666a62
commit c168188e29
@@ -1,11 +1,13 @@
name: Build Experimental Images
name: Build Source Images
on:
push:
branches:
- main
paths:
- "beta/**"
- "build/latest/Dockerfile*"
- "build/latest/defaults/**"
- "build/latest/docker-entrypoint.sh"
repository_dispatch:
# Triggered by a NR script inspecting changes to the 'master' branch of OpenSimulator.
types: [srcbuild]