mirror of
https://github.com/soup-bowl/opensimulator-docker.git
synced 2026-07-30 19:49:06 +00:00
Rename workflow and adjust trigger paths
Updated workflow name and modified paths for triggers.
This commit is contained in:
@@ -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]
|
||||
Reference in New Issue
Block a user