Skip to content

Commit

Permalink
ci: properly run workflows on config change
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzent03 committed Aug 21, 2024
1 parent 8621107 commit e07872e
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functions_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
- main
paths:
- 'packages/functions_client/**'
- '.github/workflows/functions_client.yaml'
- '.github/workflows/functions_client.yml'
- 'packages/yet_another_json_isolate/**'

pull_request:
paths:
- 'packages/functions_client/**'
- '.github/workflows/functions_client.yaml'
- '.github/workflows/functions_client.yml'
- 'packages/yet_another_json_isolate/**'

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gotrue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
- main
paths:
- 'packages/gotrue/**'
- '.github/workflows/gotrue.yaml'
- '.github/workflows/gotrue.yml'

pull_request:
paths:
- 'packages/gotrue/**'
- '.github/workflows/gotrue.yaml'
- '.github/workflows/gotrue.yml'

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/postgrest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
- main
paths:
- 'packages/postgrest/**'
- '.github/workflows/postgrest.yaml'
- '.github/workflows/postgrest.yml'
- 'packages/yet_another_json_isolate/**'

pull_request:
paths:
- 'packages/postgrest/**'
- '.github/workflows/postgrest.yaml'
- '.github/workflows/postgrest.yml'
- 'packages/yet_another_json_isolate/**'

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/realtime_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
- main
paths:
- 'packages/realtime_client/**'
- '.github/workflows/realtime_client.yaml'
- '.github/workflows/realtime_client.yml'

pull_request:
paths:
- 'packages/realtime_client/**'
- '.github/workflows/realtime_client.yaml'
- '.github/workflows/realtime_client.yml'

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/storage_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
- main
paths:
- 'packages/storage_client/**'
- '.github/workflows/storage_client.yaml'
- '.github/workflows/storage_client.yml'
pull_request:
paths:
- 'packages/storage_client/**'
- '.github/workflows/storage_client.yaml'
- '.github/workflows/storage_client.yml'

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/supabase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
paths:
- 'packages/supabase/**'
- '.github/workflows/supabase.yaml'
- '.github/workflows/supabase.yml'
- 'packages/functions_client/**'
- 'packages/gotrue/**'
- 'packages/postgrest/**'
Expand All @@ -16,7 +16,7 @@ on:
pull_request:
paths:
- 'packages/supabase/**'
- '.github/workflows/supabase.yaml'
- '.github/workflows/supabase.yml'
- 'packages/functions_client/**'
- 'packages/gotrue/**'
- 'packages/postgrest/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/supabase_flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
paths:
- 'packages/supabase_flutter/**'
- '.github/workflows/supabase_flutter.yaml'
- '.github/workflows/supabase_flutter.yml'
- 'packages/functions_client/**'
- 'packages/gotrue/**'
- 'packages/postgrest/**'
Expand All @@ -18,7 +18,7 @@ on:
pull_request:
paths:
- 'packages/supabase_flutter/**'
- '.github/workflows/supabase_flutter.yaml'
- '.github/workflows/supabase_flutter.yml'
- 'packages/functions_client/**'
- 'packages/gotrue/**'
- 'packages/postgrest/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/yet_another_json_isolate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
- main
paths:
- 'packages/yet_another_json_isolate/**'
- '.github/workflows/yet_another_json_isolate.yaml'
- '.github/workflows/yet_another_json_isolate.yml'

pull_request:
paths:
- 'packages/yet_another_json_isolate/**'
- '.github/workflows/yet_another_json_isolate.yaml'
- '.github/workflows/yet_another_json_isolate.yml'

jobs:
test:
Expand Down

0 comments on commit e07872e

Please sign in to comment.