only run if the file gets changed

This commit is contained in:
Jun-te Kim 2026-02-10 15:57:31 +00:00
parent 8955082ac5
commit 6a29967b1b
2 changed files with 5 additions and 3 deletions

View file

@ -4,6 +4,11 @@ on:
push:
branches:
- "**"
paths:
- 'infrastructure/terraform/**'
- '.github/workflows/deploy_terraform.yml'
- '.github/workflows/_build_image.yml'
- '.github/workflows/_deploy_lambda.yml'
jobs:
determine_stage:

View file

@ -4,9 +4,6 @@ on:
pull_request:
branches:
- "**"
push:
branches:
- "**"
jobs: