From 3ed02d3edd73d80b7ca9db9135710deb0280ee8f Mon Sep 17 00:00:00 2001 From: Sander Johansen Date: Wed, 5 Mar 2025 00:09:53 +0100 Subject: [PATCH] Small update --- .github/workflows/update_primary_nginx.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_primary_nginx.yml b/.github/workflows/update_primary_nginx.yml index b87a887..41a0585 100644 --- a/.github/workflows/update_primary_nginx.yml +++ b/.github/workflows/update_primary_nginx.yml @@ -1,12 +1,15 @@ name: Deploy Nginx Configuration on: + push: + branches: + - main workflow_dispatch: jobs: deploy: runs-on: self-hosted - + steps: - name: Checkout Repository uses: actions/checkout@v3