Skip to content

Commit

Permalink
Update CI trigger to run off forks
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop authored Dec 6, 2024
1 parent 696c805 commit 5bfa529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
push:
branches:
- main
pull_request:
pull_request_target:
workflow_dispatch:


Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
BIGQUERY_KEYFILE_JSON: ${{ secrets.BIGQUERY_KEYFILE_JSON }}
SNOWFLAKE_ACCOUNT: ${{ secrets.SNOWFLAKE_ACCOUNT }}
DBT_ENV_SECRET_SNOWFLAKE_PASS: ${{ secrets.SNOWFLAKE_PASS }}
DBT_ENV_SECRET_DATABRICKS_TOKEN: ${{ secrets.DBT_ENV_SECRET_DATABRICKS_TOKEN }}
DBT_ENV_SECRET_DATABRICKS_TOKEN: ${{ secrets.DBT_ENV_SECRET_DATABRICKS_TOKEN }}

0 comments on commit 5bfa529

Please sign in to comment.