Skip to content

Commit

Permalink
ci(export-deploy): deploy from main instead of -stable
Browse files Browse the repository at this point in the history
export scripts should be deployed for both dev and prod. No
anticipated divergence is expected between them is expected at this
point, so deploying from main makes sense
  • Loading branch information
abhidg committed Oct 13, 2022
1 parent 7f87a15 commit 5d513db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/export-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Exporter code deploy

on:
push:
branches: ['*-stable']
branches: [main]
paths:
- '.github/workflows/export-deploy.yml'
- 'data-serving/scripts/export-data/**'
Expand Down

0 comments on commit 5d513db

Please sign in to comment.