From 8260c64170190c1ef57144e5a3c77de65d6e1830 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Mon, 27 Feb 2023 15:17:01 +0000
Subject: [PATCH] update mod
---
exampleSite/.github/workflows/aws-deploy.yaml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/exampleSite/.github/workflows/aws-deploy.yaml b/exampleSite/.github/workflows/aws-deploy.yaml
index a82c110..f634028 100644
--- a/exampleSite/.github/workflows/aws-deploy.yaml
+++ b/exampleSite/.github/workflows/aws-deploy.yaml
@@ -9,9 +9,10 @@
off: # change to `on:` to turn on
workflow_dispatch:
branches:
- - production
+ - main
push:
paths:
+ - content/**/*
- config.toml
# pull_request:
# branches:
--
Gitblit v1.10.0