diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 630912f..b07d88d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,6 +14,7 @@ on: - 'docker-compose.prod.yml' - '**/*/README.md' - '**/*/Dockerfile' + - 'scripts/**' jobs: # build: # name: Build and push Docker image @@ -63,4 +64,4 @@ jobs: username: ${{ secrets.SSH_USERNAME }} key: ${{ secrets.SSH_KEY }} script: | - ls blog.stevanfreeborn.com \ No newline at end of file + ./blog.stevanfreeborn.com/deploy.ps1 \ No newline at end of file diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 69cbee0..46d879e 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -13,6 +13,7 @@ on: - 'docker-compose.prod.yml' - '**/*/README.md' - '**/*/Dockerfile' + - 'scripts/**' jobs: run_tests: name: Run tests