3 Commits

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: