This commit is contained in:
DarkSky
2022-08-04 16:26:23 +08:00
parent 869e0f7ebf
commit ea4d4ffd91
6 changed files with 7 additions and 4 deletions

View File

@@ -6,11 +6,13 @@ on:
branches: [master]
paths:
- 'apps/keck/**'
- '.github/deployment'
- '.github/workflows/keck.yml'
pull_request:
branches: [master]
paths:
- 'apps/keck/**'
- '.github/deployment'
- '.github/workflows/keck.yml'
# Cancels all previous workflow runs for pull requests that have not completed.

View File

@@ -5,6 +5,7 @@ on:
branches: [master]
paths:
- 'apps/venus/**'
- '.github/deployment'
- '.github/workflows/venus.yml'
pull_request:
branches: [master]