update github action ignore

This commit is contained in:
timothycarambat 2024-07-25 08:08:56 -07:00
parent 3457cc4b7a
commit 68391ce3e6

View file

@ -15,7 +15,7 @@ on:
branches: ['master'] # master branch only. Do not modify.
paths-ignore:
- '**.md'
- 'cloud-deployments/*'
- 'cloud-deployments/**/*'
- 'images/**/*'
- '.vscode/**/*'
- '**/.env.example'