1 Commits

Author SHA1 Message Date
Shaun Setlock
5add7af8b0 Created Actions workflow for nvim container build. 2025-05-03 16:42:24 -04:00

View File

@@ -4,11 +4,12 @@ name: Build and Push Docker Image
on: on:
push: push:
branches: branches:
- main
- master - master
# tags: tags:
# - "v*" # triggers when you push a tag like v1.0.0 - "v*" # triggers when you push a tag like v1.0.0
# paths: paths:
# - "**/Dockerfile" - "**/Dockerfile"
workflow_dispatch: # manual run button workflow_dispatch: # manual run button