2 Commits

Author SHA1 Message Date
Shaun Setlock
b5a1cb646a Triggering only on nvim file changes. 2025-05-03 20:39:27 -04:00
Shaun Setlock
0ee97a7c72 Modified comment in Actions workflow. 2025-05-03 20:31:13 -04:00

View File

@@ -3,12 +3,12 @@ name: Build and Push Docker Image
on:
push:
branches:
- master
# branches:
# - master
paths:
- "nvim/**"
workflow_dispatch: # manual run button
workflow_dispatch:
jobs:
build-and-push: