From 4c1654af1d843b717656b14adf9a051f8f03870f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 8 Oct 2022 10:11:25 -0700 Subject: ci: update the actions for deploy and update Don't trigger a deployment if we're updating one of the action, as there are no changes to the application itself. For the update workflow, run it once a week, and automatically merge it. --- .github/workflows/deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows/deploy.yaml') diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index b811c8e..843b15a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -3,6 +3,9 @@ on: push: branches: - main + paths-ignore: + - '.github/**' + jobs: production: runs-on: ubuntu-latest -- cgit v1.2.3