add .env to ci trigger

This commit is contained in:
2023-11-17 11:14:39 +07:00
parent 47d8e4a725
commit 2302245cd1

View File

@@ -7,6 +7,7 @@ on:
- master - master
paths: paths:
- '.github/workflows/**' - '.github/workflows/**'
- '.env'
- 'v*/**' - 'v*/**'
jobs: jobs: